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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 蟯ヲ螟アQ] | 1110010110110010101001101110010110100100101100010101000101011101 | e5b2a6e5a4b1515d |
EUC-JP | 蟯ヲ螟アQ] | 11101010101101001000111010100110111010101010011010001110101100010101000101011101 | eab48ea6eaa68eb1515d |
UTF-8 | 蟯ヲ螟アQ] | 1110100010011111101011111110111110111101101001101110100010011110100111111110111110111101101100010101000101011101 | e89fafefbda6e89e9fefbdb1515d |
UHC | 蟯?螟?Q] | 1110100110101000001111111101100110101101001111110101000101011101 | e9a83fd9ad3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)