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 | 001111110111011001000010 | 3f7642 |
SJIS-WIN | ?vB | 001111110111011001000010 | 3f7642 |
EUC-JP | 搔vB | 1000111111000000110010110111011001000010 | 8fc0cb7642 |
UTF-8 | 搔vB | 1110011010010000100101000111011001000010 | e690947642 |
UHC | 搔vB | 11100001101110000111011001000010 | e1b87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)