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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 驕皮矯@B | 1110100110000001100101001110011110001011101110000100000001000010 | e98194e78bb84042 |
EUC-JP | 驕皮矯@B | 1111000111100001110010001110100110110110101110100100000001000010 | f1e1c8e9b6ba4042 |
UTF-8 | 驕皮矯@B | 1110100110101001100101011110011110011010101011101110011110011111101011110100000001000010 | e9a995e79aaee79faf4042 |
UHC | 驕皮矯@B | 1100111011110110111110011010101111001110111011000100000001000010 | cef6f9abceec4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)