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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 腰??BF | 100011011001100000111111001111110100001001000110 | 8d983f3f4246 |
EUC-JP | 腰??BF | 101110011111100000111111001111110100001001000110 | b9f83f3f4246 |
UTF-8 | 腰밭퀪BF | 1110100010000101101100001110101110110000101011011110110110000000101010100100001001000110 | e885b0ebb0aded80aa4246 |
UHC | 腰밭퀪BF | 1110100110100110101110011110011110110011100111100100001001000110 | e9a6b9e7b39e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)