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 | 諄? | 111001100111100000111111 | e6783f |
EUC-JP | 諄? | 111010111101100100111111 | ebd93f |
UTF-8 | 諄윲 | 111010001010101110000100111011001001110010110010 | e8ab84ec9cb2 |
UHC | 諄윲 | 11100010111101001001111110101111 | e2f49faf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)