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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 皎皎B | 1110000110100111111000011010011101000010 | e1a7e1a742 |
EUC-JP | 皎皎B | 1110001010101001111000101010100101000010 | e2a9e2a942 |
UTF-8 | 皎皎B | 11100111100110101000111011100111100110101000111001000010 | e79a8ee79a8e42 |
UHC | 皎皎B | 1100111011101011110011101110101101000010 | ceebceeb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)