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 | 楮??私? | 10011110101110000011111100111111100011101000010000111111 | 9eb83f3f8e843f |
EUC-JP | 楮??私? | 11011100101110100011111100111111101110111110010000111111 | dcba3f3fbbe43f |
UTF-8 | 楮잴렰私렚 | 111001101010010110101110111011001001111010110100111010111010000010110000111001111010011110000001111010111010000010011010 | e6a5aeec9eb4eba0b0e7a781eba09a |
UHC | 楮잴렰私렚 | 11101110101111111100000011101010100011101011110111011110111001111000111010101101 | eebfc0ea8ebddee78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)