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 | 衒縣? | 1110010111001000111000110111000000111111 | e5c8e3703f |
EUC-JP | 衒縣頰 | 11101010110010101110010111010001100011111110100010100100 | eacae5d18fe8a4 |
UTF-8 | 衒縣頰 | 111010001010000110010010111001111011100010100011111010011010000010110000 | e8a192e7b8a3e9a0b0 |
UHC | 衒縣頰 | 111110101110010111111010111000111111101011111010 | fae5fae3fafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)