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 | 醫? | 111001111100111000111111 | e7ce3f |
EUC-JP | 醫? | 111011101101000000111111 | eed03f |
UTF-8 | 醫렪 | 111010011000011010101011111010111010000010101010 | e986abeba0aa |
UHC | 醫렪 | 11101100101000101000111010111000 | eca28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)