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 | 邯懍艶 | 111001111011011010011100111011001000100110010000 | e7b69cec8990 |
EUC-JP | 邯懍艶 | 111011101011100011011000111011101011000111110000 | eeb8d8eeb1f0 |
UTF-8 | 邯懍艶 | 111010011000001010101111111001101000011110001101111010001000100110110110 | e982afe6878de889b6 |
UHC | 邯?艶 | 1100101011111011001111111110011011111101 | cafb3fe6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)