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 | 鬮ョ謌翫¢ | 111010011010101110101110111001101000100010001010111000111000000110010001 | e9abaee6888ae38191 |
EUC-JP | 鬮ョ謌翫¢ | 11110010101011011000111010101110111010111110100010110100111001011010000111110001 | f2ad8eaeebe8b4e5a1f1 |
UTF-8 | 鬮ョ謌翫¢ | 111010011010110010101110111011111011110110101110111010001010110010001100111001111011111110101011111011111011111110100000 | e9acaeefbdaee8ac8ce7bfabefbfa0 |
UHC | ???翫¢ | 00111111001111110011111111101000110100011010000111001011 | 3f3f3fe8d1a1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)