To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籤至汽 | 111000101101110010001110100010101000101101000100 | e2dc8e8a8b44 |
EUC-JP | 籤至汽 | 111001001101111010111011111010101011010110100101 | e4debbeab5a5 |
UTF-8 | 籤至汽 | 111001111011000110100100111010001000011110110011111001101011000110111101 | e7b1a4e887b3e6b1bd |
UHC | 籤至汽 | 111101001101100111110010101110001101000110101001 | f4d9f2b8d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)