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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嶸疾鶯 | 111110101011010010001110101111101110100111110010 | fab48ebee9f2 |
EUC-JP | 嶸疾鶯 | 10001111101110111111010010111100110000001111001011110100 | 8fbbf4bcc0f2f4 |
UTF-8 | 嶸疾鶯 | 111001011011011010111000111001111001011010111110111010011011011010101111 | e5b6b8e796bee9b6af |
UHC | 嶸疾鶯 | 111001111010111011110010111100001110010110100011 | e7aef2f0e5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)