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 | 崖嗽 | 10001010010100101001101001110101 | 8a529a75 |
EUC-JP | 崖嗽 | 10110011101100111101001111010110 | b3b3d3d6 |
UTF-8 | 崖嗽 | 111001011011010010010110111001011001011110111101 | e5b496e597bd |
UHC | 崖嗽 | 11100100111100001110000111110101 | e4f0e1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)