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 | 鞐礼昏 | 111010001101111010010111111001111000110110101000 | e8de97e78da8 |
EUC-JP | 鞐礼昏 | 111100001110000011001110111010011011101010101010 | f0e0cee9baaa |
UTF-8 | 鞐礼昏 | 111010011001111010010000111001111010010010111100111001101001100010001111 | e99e90e7a4bce6988f |
UHC | ??昏 | 00111111001111111111101111100111 | 3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)