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 | 100011101100010011100111111010011000111011000100111001111110100101000010 | 8ec4e7e98ec4e7e942 |
EUC-JP | 柴鉉柴鉉B | 101111001100011011101110111010111011110011000110111011101110101101000010 | bcc6eeebbcc6eeeb42 |
UTF-8 | 柴鉉柴鉉B | 11100110100111111011010011101001100010011000100111100110100111111011010011101001100010011000100101000010 | e69fb4e98989e69fb4e9898942 |
UHC | 柴鉉柴鉉B | 111000111100001111111010111010001110001111000011111110101110100001000010 | e3c3fae8e3c3fae842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)