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 | 顯В | 11101000111110111000010001000010 | e8fb8442 |
EUC-JP | 顯В | 11110000111111011010011110100011 | f0fda7a3 |
UTF-8 | 顯В | 1110100110100001101011111101000010010010 | e9a1afd092 |
UHC | 顯В | 11111010111010011010110010100011 | fae9aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)