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 | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-WIN | 尊端vB | 100100011011100010010010010110110111011001000010 | 91b8925b7642 |
EUC-JP | 尊端vB | 110000101011101011000011101111000111011001000010 | c2bac3bc7642 |
UTF-8 | 尊端vB | 1110010110110000100010101110011110101011101011110111011001000010 | e5b08ae7abaf7642 |
UHC | 尊端vB | 111100001110111011010011101011100111011001000010 | f0eed3ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)