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 | 11101011101000011001011011101011101000011001101111100101100111111000111001000010 | eba196eba19be59f8e42 |
UHC | 롖롛城B | 10001110110110101000111011011111111000001111001001000010 | 8eda8edfe0f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)