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 | 100111110111100100111111001111110100000001101000 | 9f793f3f4068 |
EUC-JP | 毓??@h | 110111011101101000111111001111110100000001101000 | ddda3f3f4068 |
UTF-8 | 毓묈쫿@h | 1110011010101111100100111110101110101100100010001110110010101011101111110100000001101000 | e6af93ebac88ecabbf4068 |
UHC | 毓묈쫿@h | 1110101110111110100100011110010110100110100101100100000001101000 | ebbe91e5a6964068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)