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 | ??Ø | 001111110011111111011000 | 3f3fd8 |
SJIS-WIN | 艶h? | 1000100110010000100000101000100000111111 | 899082883f |
EUC-JP | 艶hØ | 10110001111100001010001111101000100011111010100110101100 | b1f0a3e88fa9ac |
UTF-8 | 艶hØ | 1110100010001001101101101110111110111101100010001100001110011000 | e889b6efbd88c398 |
UHC | 艶hØ | 111001101111110110100011111010001010100010101010 | e6fda3e8a8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)