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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ホキ^ | 1100111011110110110100101011011101011110 | cef6d2b75e |
| EUC-JP | ホ?キ^ | 100011101100111000111111100011101011011101011110 | 8ece3f8eb75e |
| UTF-8 | ホキ^ | 11101111101111101000111011101110100100111011100111101111101111011011011101011110 | efbe8eee93b9efbdb75e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)