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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 跏ソi跏ソiB | 111001101110011010111111011010011110011011100110101111110110100101000010 | e6e6bf69e6e6bf6942 |
EUC-JP | 跏ソi跏ソiB | 1110110011101000100011101011111101101001111011001110100010001110101111110110100101000010 | ece88ebf69ece88ebf6942 |
UTF-8 | 跏ソi跏ソiB | 111010001011011110001111111011111011110110111111011010011110100010110111100011111110111110111101101111110110100101000010 | e8b78fefbdbf69e8b78fefbdbf6942 |
UHC | 跏?i跏?iB | 110010101011101000111111011010011100101010111010001111110110100101000010 | caba3f69caba3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)