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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 章?H | 10001111110011010011111101001000 | 8fcd3f48 |
EUC-JP | 章?H | 10111110110011110011111101001000 | becf3f48 |
UTF-8 | 章렧H | 11100111101010111010000011101011101000001010011101001000 | e7aba0eba0a748 |
UHC | 章렧H | 1110110111110001100011101011011001001000 | edf18eb648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)