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 | ©¬©] | 1010100110101100101010011010110101011101 | a9aca9ad5d |
SJIS-WIN | ?¬??] | 001111111000000111001010001111110011111101011101 | 3f81ca3f3f5d |
EUC-JP | ©¬©?] | 10001111101000101110110110100010110011001000111110100010111011010011111101011101 | 8fa2eda2cc8fa2ed3f5d |
UTF-8 | ©¬©] | 110000101010100111000010101011001100001010101001110000101010110101011101 | c2a9c2acc2a9c2ad5d |
UHC | ???] | 001111110011111100111111101000011010100101011101 | 3f3f3fa1a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)