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 | 10111111110000110110100110111111110000110110100101000010 | bfc369bfc36942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | ¿Ãi¿ÃiB | 100011111010001011000100100011111010101010101010011010011000111110100010110001001000111110101010101010100110100101000010 | 8fa2c48faaaa698fa2c48faaaa6942 |
UTF-8 | ¿Ãi¿ÃiB | 1100001010111111110000111000001101101001110000101011111111000011100000110110100101000010 | c2bfc38369c2bfc3836942 |
UHC | ¿?i¿?iB | 101000101010111100111111011010011010001010101111001111110110100101000010 | a2af3f69a2af3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)