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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
EUC-JP | 獐??vB | 10001111110010111011101000111111001111110111011001000010 | 8fcbba3f3f7642 |
UTF-8 | 獐믬몯vB | 1110011110001101100100001110101110101111101011001110101110101010101011110111011001000010 | e78d90ebafacebaaaf7642 |
UHC | 獐믬몯vB | 1110110111101111100100101110111010010001100110010111011001000010 | edef92ee91997642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)