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 | 蛇嫉贇 | 100011101101011010001110101110011110011011010100 | 8ed68eb9e6d4 |
EUC-JP | 蛇嫉贇 | 101111001101100010111100101110111110110011010110 | bcd8bcbbecd6 |
UTF-8 | 蛇嫉贇 | 111010001001101110000111111001011010101110001001111010001011010010000111 | e89b87e5ab89e8b487 |
UHC | 蛇嫉贇 | 110111101110111111110010111011001110101111001011 | deeff2ecebcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)