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 | »òûh | 1000111110111011111100101111101101101000 | 8fbbf2fb68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ??òûh | 001111110011111110001111101010111101001010001111101010111110010101101000 | 3f3f8fabd28fabe568 |
UTF-8 | »òûh | 110000101000111111000010101110111100001110110010110000111011101101101000 | c28fc2bbc3b2c3bb68 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)