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 | 11100000111001100011111111100000111001100011111101000010 | e0e63fe0e63f42 |
EUC-JP | 琥?琥?B | 11100000111010000011111111100000111010000011111101000010 | e0e83fe0e83f42 |
UTF-8 | 琥렫琥렫B | 11100111100100001010010111101011101000001010101111100111100100001010010111101011101000001010101101000010 | e790a5eba0abe790a5eba0ab42 |
UHC | 琥렫琥렫B | 111110111101000010001110101110011111101111010000100011101011100101000010 | fbd08eb9fbd08eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)