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 | 荳ケ謳肴搗 | 111001001011100010111001111001101001000010001101111001101001110110010001 | e4b8b9e6908de69d91 |
EUC-JP | 荳ケ謳肴搗 | 11101000101110101000111010111001111010111111000010111010111010001101100111110001 | e8ba8eb9ebf0bae8d9f1 |
UTF-8 | 荳ケ謳肴搗 | 111010001000110110110011111011111011110110111001111010001010110010110011111010001000001010110100111001101001000010010111 | e88db3efbdb9e8acb3e882b4e69097 |
UHC | 荳?謳肴搗 | 110101001110010100111111110011111100010011111101101000101101001111111101 | d4e53fcfc4fda2d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)