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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛇疾莇蒔室 | 10001110110101101000111010111110111001001011010010001110101010101000111010111010 | 8ed68ebee4b48eaa8eba |
EUC-JP | 蛇疾莇蒔室 | 10111100110110001011110011000000111010001011011010111100101011001011110010111100 | bcd8bcc0e8b6bcacbcbc |
UTF-8 | 蛇疾莇蒔室 | 111010001001101110000111111001111001011010111110111010001000111010000111111010001001001010010100111001011010111010100100 | e89b87e796bee88e87e89294e5aea4 |
UHC | 蛇疾?蒔室 | 110111101110111111110010111100000011111111100011110010001110001111111000 | deeff2f03fe3c8e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)