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 | 頌竺 | 11101000111100011000111010110001 | e8f18eb1 |
EUC-JP | 頌竺 | 11110000111100111011110010110011 | f0f3bcb3 |
UTF-8 | 頌竺 | 111010011010000010001100111001111010101110111010 | e9a08ce7abba |
UHC | 頌竺 | 11100001111010111111010111100111 | e1ebf5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)