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 | 00111111111110101000110100111111100000011001111001000010 | 3ffa8d3f819e42 |
EUC-JP | ?厓?◇B | 0011111110001111101101001100011100111111101000011111111001000010 | 3f8fb4c73fa1fe42 |
UTF-8 | 룶厓◈◇B | 11101011101000111011011011100101100011101001001111100010100101111000100011100010100101111000011101000010 | eba3b6e58e93e29788e2978742 |
UHC | 룶厓◈◇B | 100011111010101111100100111011011010001011000010101000011101111001000010 | 8fabe4eda2c2a1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)