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 | 糶 | 11100010111110101111001010110010 | e2faf2b2 |
EUC-JP | 糶? | 111001001111110000111111 | e4fc3f |
UTF-8 | 糶 | 111001111011001110110110111011101000011110101001 | e7b3b6ee87a9 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)