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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 訂詐??B | 10010010111110011000110110111100001111110011111101000010 | 92f98dbc3f3f42 |
EUC-JP | 訂詐??B | 11000100111110111011101010111110001111110011111101000010 | c4fbbabe3f3f42 |
UTF-8 | 訂詐렰렰B | 11101000101010001000001011101000101010011001000011101011101000001011000011101011101000001011000001000010 | e8a882e8a990eba0b0eba0b042 |
UHC | 訂詐렰렰B | 111011111111010011011110111100011000111010111101100011101011110101000010 | eff4def18ebd8ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)