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 | 螢馴裸頷③ | 11100101101000111001001111101001100101111000011111101000111101011000011101000010 | e5a393e99787e8f58742 |
EUC-JP | 螢馴裸頷? | 111010101010010111000110111010111100110111100111111100001111011100111111 | eaa5c6ebcde7f0f73f |
UTF-8 | 螢馴裸頷③ | 111010001001111010100010111010011010011010110100111010001010001110111000111010011010000010110111111000101001000110100010 | e89ea2e9a6b4e8a3b8e9a0b7e291a2 |
UHC | 螢馴裸?③ | 111110111010101111100010111110001101010110100011001111111010100011101001 | fbabe2f8d5a33fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)