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 | 頌 | 11110010111000111110100011110001 | f2e3e8f1 |
EUC-JP | ?頌 | 001111111111000011110011 | 3ff0f3 |
UTF-8 | 頌 | 111011101000100010011010111010011010000010001100 | ee889ae9a08c |
UHC | ?頌 | 001111111110000111101011 | 3fe1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)