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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莉門キス^ | 11100100101110111001011011100101101101111011110101011110 | e4bb96e5b7bd5e |
EUC-JP | 莉門キス^ | 111010001011110111001100111001111000111010110111100011101011110101011110 | e8bdcce78eb78ebd5e |
UTF-8 | 莉門キス^ | 11101000100011101000100111101001100101101000000011101111101111011011011111101111101111011011110101011110 | e88e89e99680efbdb7efbdbd5e |
UHC | 莉門??^ | 11010111111010011101101010100110001111110011111101011110 | d7e9daa63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)