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 | 閻??^ | 1110100010000101001111110011111101011110 | e8853f3f5e |
| EUC-JP | 閻??^ | 1110111111100101001111110011111101011110 | efe53f3f5e |
| UTF-8 | 閻⒴뛾^ | 11101001100101101011101111100010100100101011010011101011100110111011111001011110 | e996bbe292b4eb9bbe5e |
| UHC | 閻⒴뛾^ | 11100111101000101010100111100101100011011000010001011110 | e7a2a9e58d845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)