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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 媛?楮? | 100101010101000100111111100111101011100000111111 | 95513f9eb83f |
EUC-JP | 媛?楮? | 110010011011001000111111110111001011101000111111 | c9b23fdcba3f |
UTF-8 | 媛렦楮븃 | 111001011010101010011011111010111010000010100110111001101010010110101110111010111011100010000011 | e5aa9beba0a6e6a5aeebb883 |
UHC | 媛렦楮븃 | 1110101010110000100011101011010111101110101111111011101011101000 | eab08eb5eebfbae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)