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 | 霽紐呵^ | 11101000110001111001010101010010100110011110100001011110 | e8c7955299e85e |
| EUC-JP | 霽紐呵^ | 11110000110010011100100110110011110100101110101001011110 | f0c9c9b3d2ea5e |
| UTF-8 | 霽紐呵^ | 11101001100111001011110111100111101101001001000011100101100100011011010101011110 | e99cbde7b490e591b55e |
| UHC | 霽紐呵^ | 11110000101110001101001011101111110010101010011101011110 | f0b8d2efcaa75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)