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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?冗h?冗 | 00111111100011111110011101101000001111111000111111100111 | 3f8fe7683f8fe7 |
EUC-JP | ?冗h?冗 | 00111111101111101110100101101000001111111011111011101001 | 3fbee9683fbee9 |
UTF-8 | 롉冗h롉冗 | 11101011101000011000100111100101100001101001011101101000111010111010000110001001111001011000011010010111 | eba189e5869768eba189e58697 |
UHC | 롉冗h롉冗 | 100011101100111111101001101101110110100010001110110011111110100110110111 | 8ecfe9b7688ecfe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)