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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 煽賞??BF | 1001000011111000100011111101110000111111001111110100001001000110 | 90f88fdc3f3f4246 |
EUC-JP | 煽賞??BF | 1100000011111010101111101101111000111111001111110100001001000110 | c0fabede3f3f4246 |
UTF-8 | 煽賞읰稶BF | 1110011110000101101111011110100010110011100111101110110010011101101100001110011110101000101101100100001001000110 | e785bde8b39eec9db0e7a8b64246 |
UHC | 煽賞읰稶BF | 11100000110000111101111111011011100111111101011011101001111100110100001001000110 | e0c3dfdb9fd6e9f34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)