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 | 蝸姙因 | 111001011001011110011011010010111000100011110110 | e5979b4b88f6 |
EUC-JP | 蝸姙因 | 111010011111011111010101101011001011000011111000 | e9f7d5acb0f8 |
UTF-8 | 蝸姙因 | 111010001001110110111000111001011010011110011001111001011001101110100000 | e89db8e5a799e59ba0 |
UHC | 蝸姙因 | 111010001100010011101100111101011110110011010111 | e8c4ecf5ecd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)