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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 昇セB | 100011111011100011110111111011001011111001000010 | 8fb8f7ecbe42 |
EUC-JP | 昇?セB | 101111101011101000111111100011101011111001000010 | beba3f8ebe42 |
UTF-8 | 昇セB | 11100110100110001000011111101110100101111000111111101111101111011011111001000010 | e69887ee978fefbdbe42 |
UHC | 昇??B | 1110001110110000001111110011111101000010 | e3b03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)