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 | 11100110111110100011111111100110111110100011111101000010 | e6fa3fe6fa3f42 |
EUC-JP | 踰?踰?B | 11101100111111000011111111101100111111000011111101000010 | ecfc3fecfc3f42 |
UTF-8 | 踰쁦踰쁦B | 11101000101110001011000011101100100000011010011011101000101110001011000011101100100000011010011001000010 | e8b8b0ec81a6e8b8b0ec81a642 |
UHC | 踰쁦踰쁦B | 111010111011001010011000011010011110101110110010100110000110100101000010 | ebb29869ebb2986942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)