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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 溫뚧궔溫뚦럽E | 11100110101110101010101111101011100110101010011111101010101101101001010011100110101110101010101111101011100110101010011011101011100111111011110101000101 | e6baabeb9aa7eab694e6baabeb9aa6eb9fbd45 |
UHC | 溫뚧궔溫뚦럽E | 11101000101011101000110011100110100000101010100111101000101011101000110011100101101101111011010001000101 | e8ae8ce682a9e8ae8ce5b7b445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)