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 | 11111011011011111110011010111011001111110100000001101000 | fb6fe6bb3f4068 |
EUC-JP | 畯貊?@h | 1000111111001101101110111110110010111101001111110100000001101000 | 8fcdbbecbd3f4068 |
UTF-8 | 畯貊볕@h | 1110011110010101101011111110100010110010100010101110101110110011100101010100000001101000 | e795afe8b28aebb3954068 |
UHC | 畯貊볕@h | 1111000111100001110110001110011110111010101101010100000001101000 | f1e1d8e7bab54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)