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 | 10001111111000011100110100111111001111110111011001000010 | 8fe1cd3f3f7642 |
UTF-8 | 逈믬몯vB | 1110100110000000100010001110101110101111101011001110101110101010101011110111011001000010 | e98088ebafacebaaaf7642 |
UHC | 逈믬몯vB | 1111101110101101100100101110111010010001100110010111011001000010 | fbad92ee91997642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)