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 | ???fB | 0011111100111111001111110110011001000010 | 3f3f3f6642 |
SJIS-WIN | 昇クfB | 10001111101110001111100010001110101110000110011001000010 | 8fb8f88eb86642 |
EUC-JP | 昇?クfB | 10111110101110100011111110001110101110000110011001000010 | beba3f8eb86642 |
UTF-8 | 昇クfB | 1110011010011000100001111110111010011000101011011110111110111101101110000110011001000010 | e69887ee98adefbdb86642 |
UHC | 昇??fB | 111000111011000000111111001111110110011001000010 | e3b03f3f6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)