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 | 眈啖 | 11100001101111001001101001010110 | e1bc9a56 |
EUC-JP | 眈啖 | 11100010101111101101001110110111 | e2bed3b7 |
UTF-8 | 眈啖 | 111001111001110010001000111001011001010110010110 | e79c88e59596 |
UHC | 眈啖 | 11110111101011111101001110111010 | f7afd3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)