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 | 1010100110101100101010011010110101101000 | a9aca9ad68 |
SJIS-WIN | ?¬??h | 001111111000000111001010001111110011111101101000 | 3f81ca3f3f68 |
EUC-JP | ©¬©?h | 10001111101000101110110110100010110011001000111110100010111011010011111101101000 | 8fa2eda2cc8fa2ed3f68 |
UTF-8 | ©¬©h | 110000101010100111000010101011001100001010101001110000101010110101101000 | c2a9c2acc2a9c2ad68 |
UHC | ???h | 001111110011111100111111101000011010100101101000 | 3f3f3fa1a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)