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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 壹?W | 10011010111000110011111101010111 | 9ae33f57 |
EUC-JP | 壹?W | 11010100111001010011111101010111 | d4e53f57 |
UTF-8 | 壹렣W | 11100101101000111011100111101011101000001010001101010111 | e5a3b9eba0a357 |
UHC | 壹렣W | 1110110011101100100011101011010001010111 | ecec8eb457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)