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 | 10001111101110001111100010001110101110000111011001000010 | 8fb8f88eb87642 |
EUC-JP | 昇?クvB | 10111110101110100011111110001110101110000111011001000010 | beba3f8eb87642 |
UTF-8 | 昇クvB | 1110011010011000100001111110111010011000101011011110111110111101101110000111011001000010 | e69887ee98adefbdb87642 |
UHC | 昇??vB | 111000111011000000111111001111110111011001000010 | e3b03f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)