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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 依??@h | 100010001100101100111111001111110100000001101000 | 88cb3f3f4068 |
EUC-JP | 依??@h | 101100001100110100111111001111110100000001101000 | b0cd3f3f4068 |
UTF-8 | 依쎾콗@h | 1110010010111110100111011110110010001110101111101110110010111101100101110100000001101000 | e4be9dec8ebeecbd974068 |
UHC | 依쎾콗@h | 1110101111101110100110111110010110110001100100010100000001101000 | ebee9be5b1914068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)