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 | 10011011101111111000001001101000 | 9bbf8268 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | ?¿?h | 001111111000111110100010110001000011111101101000 | 3f8fa2c43f68 |
UTF-8 | ¿h | 11000010100110111100001010111111110000101000001001101000 | c29bc2bfc28268 |
UHC | ?¿?h | 0011111110100010101011110011111101101000 | 3fa2af3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)