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 | 愛???∥ | 10001000101001000011111100111111001111111000000101100001 | 88a43f3f3f8161 |
EUC-JP | 愛???‖ | 10110000101001100011111100111111001111111010000111000010 | b0a63f3f3fa1c2 |
UTF-8 | 愛쵽劣븅∥ | 111001101000010010011011111011001011010110111101111011111010011010011101111010111011100010000101111000101000100010100101 | e6849becb5bdefa69debb885e288a5 |
UHC | 愛쵽劣븅∥ | 11100100111100011010110101010111111001101110101110111010111010011010000110101011 | e4f1ad57e6ebbae9a1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)