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 | 楮??媛? | 10011110101110000011111100111111100101010101000100111111 | 9eb83f3f95513f |
EUC-JP | 楮??媛? | 11011100101110100011111100111111110010011011001000111111 | dcba3f3fc9b23f |
UTF-8 | 楮맣렟媛렢 | 111001101010010110101110111010111010011110100011111010111010000010011111111001011010101010011011111010111010000010100010 | e6a5aeeba7a3eba09fe5aa9beba0a2 |
UHC | 楮맣렟媛렢 | 11101110101111111011100011000100100011101011000011101010101100001000111010110011 | eebfb8c48eb0eab08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)