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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雕晄立 | 111010001011100010011101111001101001011110100111 | e8b89de697a7 |
EUC-JP | 雕晄立 | 111100001011101011011010111010001100111010101001 | f0badae8cea9 |
UTF-8 | 雕晄立 | 111010011001101110010101111001101001100110000100111001111010101110001011 | e99b95e69984e7ab8b |
UHC | 雕晄立 | 111100001110011111111100110011011101100010100001 | f0e7fccdd8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)