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 | 壕蕎? | 1000110110001000100010111011110000111111 | 8d888bbc3f |
| EUC-JP | 壕蕎? | 1011100111101000101101101011111000111111 | b9e8b6be3f |
| UTF-8 | 壕蕎ㄴ | 111001011010001110010101111010001001010110001110111000111000010010110100 | e5a395e8958ee384b4 |
| UHC | 壕蕎ㄴ | 111110111011110111001110111100001010010010100100 | fbbdcef0a4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)