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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 五??B | 1000110011011100001111110011111101000010 | 8cdc3f3f42 |
| EUC-JP | 五??B | 1011100011011110001111110011111101000010 | b8de3f3f42 |
| UTF-8 | 五롔撚B | 11100100101110101001010011101011101000011001010011101111101001101001000101000010 | e4ba94eba194efa69142 |
| UHC | 五롔撚B | 11100111111010011000111011011000111001101100101001000010 | e7e98ed8e6ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)