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 | 螢馴裸髣③ | 11100101101000111001001111101001100101111000011111101001100101111000011101000010 | e5a393e99787e9978742 |
EUC-JP | 螢馴裸髣? | 111010101010010111000110111010111100110111100111111100011111011100111111 | eaa5c6ebcde7f1f73f |
UTF-8 | 螢馴裸髣③ | 111010001001111010100010111010011010011010110100111010001010001110111000111010011010101110100011111000101001000110100010 | e89ea2e9a6b4e8a3b8e9aba3e291a2 |
UHC | 螢馴裸?③ | 111110111010101111100010111110001101010110100011001111111010100011101001 | fbabe2f8d5a33fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)