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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 曖??u^ | 100111100100001000111111001111110111010101011110 | 9e423f3f755e |
| EUC-JP | 曖??u^ | 110110111010001100111111001111110111010101011110 | dba33f3f755e |
| UTF-8 | 曖롰뢕u^ | 1110011010011011100101101110101110100001101100001110101110100010100101010111010101011110 | e69b96eba1b0eba295755e |
| UHC | 曖롰뢕u^ | 1110010011110010100011101110110110001111010100000111010101011110 | e4f28eed8f50755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)