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 | A iA iB | 1001001001000001100100011010000001101001100100100100000110010001101000000110100101000010 | 924191a069924191a06942 |
SJIS-WIN | ?A??i?A??iB | 0011111101000001001111110011111101101001001111110100000100111111001111110110100101000010 | 3f413f3f693f413f3f6942 |
EUC-JP | ?A??i?A??iB | 0011111101000001001111110011111101101001001111110100000100111111001111110110100101000010 | 3f413f3f693f413f3f6942 |
UTF-8 | A iA iB | 1100001010010010010000011100001010010001110000101010000001101001110000101001001001000001110000101001000111000010101000000110100101000010 | c29241c291c2a069c29241c291c2a06942 |
UHC | ?A??i?A??iB | 0011111101000001001111110011111101101001001111110100000100111111001111110110100101000010 | 3f413f3f693f413f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)