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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?嶝 | 001111111001101111010001 | 3f9bd1 |
EUC-JP | ?嶝 | 001111111101011011010011 | 3fd6d3 |
UTF-8 | 뤦嶝 | 111010111010010010100110111001011011011010011101 | eba4a6e5b69d |
UHC | 뤦嶝 | 10001111110101001101010011110001 | 8fd4d4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)