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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 侑?F | 10011000110100000011111101000110 | 98d03f46 |
EUC-JP | 侑?F | 11010000110100100011111101000110 | d0d23f46 |
UTF-8 | 侑렟F | 11100100101111101001000111101011101000001001111101000110 | e4be91eba09f46 |
UHC | 侑렟F | 1110101011100010100011101011000001000110 | eae28eb046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)