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 | 壕劉 | 10001101100010001001011110101011 | 8d8897ab |
EUC-JP | 壕劉 | 10111001111010001100111010101101 | b9e8cead |
UTF-8 | 壕劉 | 111001011010001110010101111001011000101010001001 | e5a395e58a89 |
UHC | 壕劉 | 11111011101111011101011110110001 | fbbdd7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)