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 | 111000001111011011100100111001101110000011110110111001001110011001000010 | e0f6e4e6e0f6e4e642 |
EUC-JP | 璋蓙璋蓙B | 111000001111100011101000111010001110000011111000111010001110100001000010 | e0f8e8e8e0f8e8e842 |
UTF-8 | 璋蓙璋蓙B | 11100111100100101000101111101000100100111001100111100111100100101000101111101000100100111001100101000010 | e7928be89399e7928be8939942 |
UHC | 璋?璋?B | 11101101111100000011111111101101111100000011111101000010 | edf03fedf03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)