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 | AOiAOiB | 1001001001000001100100100100111101101001100100100100000110010010010011110110100101000010 | 9241924f699241924f6942 |
SJIS-WIN | ?A?Oi?A?OiB | 0011111101000001001111110100111101101001001111110100000100111111010011110110100101000010 | 3f413f4f693f413f4f6942 |
EUC-JP | ?A?Oi?A?OiB | 0011111101000001001111110100111101101001001111110100000100111111010011110110100101000010 | 3f413f4f693f413f4f6942 |
UTF-8 | AOiAOiB | 110000101001001001000001110000101001001001001111011010011100001010010010010000011100001010010010010011110110100101000010 | c29241c2924f69c29241c2924f6942 |
UHC | ?A?Oi?A?OiB | 0011111101000001001111110100111101101001001111110100000100111111010011110110100101000010 | 3f413f4f693f413f4f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)