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 | 跣嶽 | 11100110111011111001101111010100 | e6ef9bd4 |
EUC-JP | 跣嶽 | 11101100111100011101011011010110 | ecf1d6d6 |
UTF-8 | 跣嶽 | 111010001011011110100011111001011011011010111101 | e8b7a3e5b6bd |
UHC | 跣嶽 | 11100000110100111110010011000000 | e0d3e4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)