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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??城B | 0011111100111111100011111110100101000010 | 3f3f8fe942 |
EUC-JP | ??城B | 0011111100111111101111101110101101000010 | 3f3fbeeb42 |
UTF-8 | 렭롉城B | 11101011101000001010110111101011101000011000100111100101100111111000111001000010 | eba0adeba189e59f8e42 |
UHC | 렭롉城B | 10001110101110101000111011001111111000001111001001000010 | 8eba8ecfe0f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)