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 | 馹i馹iB | 111010011010011010111001011010011110100110100110101110010110100101000010 | e9a6b969e9a6b96942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | �i�iB | 1000111110101011101100011000111110100010110000110011111101101001100011111010101110110001100011111010001011000011001111110110100101000010 | 8fabb18fa2c33f698fabb18fa2c33f6942 |
UTF-8 | 馹i馹iB | 110000111010100111000010101001101100001010111001011010011100001110101001110000101010011011000010101110010110100101000010 | c3a9c2a6c2b969c3a9c2a6c2b96942 |
UHC | ??¹i??¹iB | 0011111100111111101010011111011001101001001111110011111110101001111101100110100101000010 | 3f3fa9f6693f3fa9f66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)