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 | 蛇疾莇 | 100011101101011010001110101111101110010010110100 | 8ed68ebee4b4 |
EUC-JP | 蛇疾莇 | 101111001101100010111100110000001110100010110110 | bcd8bcc0e8b6 |
UTF-8 | 蛇疾莇 | 111010001001101110000111111001111001011010111110111010001000111010000111 | e89b87e796bee88e87 |
UHC | 蛇疾? | 1101111011101111111100101111000000111111 | deeff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)