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 | ÖÙLhÖÙL | 11010110110110010100110001101000110101101101100101001100 | d6d94c68d6d94c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ÖÙLhÖÙL | 100011111010101011010011100011111010101011100011010011000110100010001111101010101101001110001111101010101110001101001100 | 8faad38faae34c688faad38faae34c |
UTF-8 | ÖÙLhÖÙL | 1100001110010110110000111001100101001100011010001100001110010110110000111001100101001100 | c396c3994c68c396c3994c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)