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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 赦芝蔡g\ | 1000111011001101100011101100010111100100111011110110011101011100 | 8ecd8ec5e4ef675c |
EUC-JP | 赦芝蔡g\ | 1011110011001111101111001100011111101000111100010110011101011100 | bccfbcc7e8f1675c |
UTF-8 | 赦芝蔡g\ | 1110100010110101101001101110100010001010100111011110100010010100101000010110011101011100 | e8b5a6e88a9de894a1675c |
UHC | 赦芝蔡g\ | 1101111011110101111100101011100111110011111110010110011101011100 | def5f2b9f3f9675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)