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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 燿璧璋 | 111000001010000011100000111110001110000011110110 | e0a0e0f8e0f6 |
EUC-JP | 燿璧璋 | 111000001010001011100000111110101110000011111000 | e0a2e0fae0f8 |
UTF-8 | 燿璧璋 | 111001111000011110111111111001111001001010100111111001111001001010001011 | e787bfe792a7e7928b |
UHC | 燿璧璋 | 111010001111110011011011111111011110110111110000 | e8fcdbfdedf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)