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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 辟丈ケ槭℃ | 111001111000010010001111111001001011100110011110111000111000000110001110 | e7848fe4b99ee3818e |
| EUC-JP | 辟丈ケ槭℃ | 11101101111001001011111011100110100011101011100111011100111001011010000111101110 | ede4bee68eb9dce5a1ee |
| UTF-8 | 辟丈ケ槭℃ | 111010001011111010011111111001001011100010001000111011111011110110111001111001101010011110101101111000101000010010000011 | e8be9fe4b888efbdb9e6a7ade28483 |
| UHC | ?丈??℃ | 00111111111011011101101100111111001111111010000111001001 | 3feddb3f3fa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)