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 | 頁譯 | 10010101110001011110011010100001 | 95c5e6a1 |
EUC-JP | 頁譯 | 11001010110001111110110010100011 | cac7eca3 |
UTF-8 | 頁譯 | 111010011010000010000001111010001010110110101111 | e9a081e8adaf |
UHC | 頁譯 | 11111010111011011110011010111011 | faede6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)