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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?閘 | 001111111110100001111101 | 3fe87d |
EUC-JP | ?閘 | 001111111110111111011110 | 3fefde |
UTF-8 | 飇閘 | 111010011010001110000111111010011001011010011000 | e9a387e99698 |
UHC | 飇閘 | 11111000111111001100101110100110 | f8fccba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)