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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陬ケ譴ァ繹ケ^ | 11101000101000111011100111100110101000101010011111100011100010001011100101011110 | e8a3b9e6a2a7e388b95e |
EUC-JP | 陬ケ譴ァ繹ケ^ | 11110000101001011000111010111001111011001010010010001110101001111110010111101000100011101011100101011110 | f0a58eb9eca48ea7e5e88eb95e |
UTF-8 | 陬ケ譴ァ繹ケ^ | 11101001100110011010110011101111101111011011100111101000101011011011010011101111101111011010011111100111101110011011100111101111101111011011100101011110 | e999acefbdb9e8adb4efbda7e7b9b9efbdb95e |
UHC | ??譴?繹?^ | 001111110011111111001100101110010011111111100110101110100011111101011110 | 3f3fccb93fe6ba3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)