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 | èíÀ¹B | 100011111110100011101101110000001011100101000010 | 8fe8edc0b942 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?èíÀ?B | 001111111000111110101011101100101000111110101011101111111000111110101010101000100011111101000010 | 3f8fabb28fabbf8faaa23f42 |
UTF-8 | èíÀ¹B | 1100001010001111110000111010100011000011101011011100001110000000110000101011100101000010 | c28fc3a8c3adc380c2b942 |
UHC | ????¹B | 00111111001111110011111100111111101010011111011001000010 | 3f3f3f3fa9f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)