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 | 嶸疾霖 | 111110101011010010001110101111101110100011000001 | fab48ebee8c1 |
EUC-JP | 嶸疾霖 | 10001111101110111111010010111100110000001111000011000011 | 8fbbf4bcc0f0c3 |
UTF-8 | 嶸疾霖 | 111001011011011010111000111001111001011010111110111010011001110010010110 | e5b6b8e796bee99c96 |
UHC | 嶸疾霖 | 111001111010111011110010111100001101011111111101 | e7aef2f0d7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)