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 | 蛇謝莢 | 100011101101011010001110110100111110010010110000 | 8ed68ed3e4b0 |
EUC-JP | 蛇謝莢 | 101111001101100010111100110101011110100010110010 | bcd8bcd5e8b2 |
UTF-8 | 蛇謝莢 | 111010001001101110000111111010001010110010011101111010001000111010100010 | e89b87e8ac9de88ea2 |
UHC | 蛇謝莢 | 110111101110111111011110111100111111101011111000 | deefdef3faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)