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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魑カ竊旋犧 | 111010011011001110110110111000101000011010010000111110011110000010111000 | e9b3b6e28690f9e0b8 |
EUC-JP | 魑カ竊旋犧 | 11110010101101011000111010110110111000111110011011000000111110111110000010111010 | f2b58eb6e3e6c0fbe0ba |
UTF-8 | 魑カ竊旋犧 | 111010011010110110010001111011111011110110110110111001111010101110001010111001101001011110001011111001111000101010100111 | e9ad91efbdb6e7ab8ae6978be78aa7 |
UHC | ??竊旋犧 | 0011111100111111111011111011110011100000110000011111110111111010 | 3f3fefbce0c1fdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)