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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螢馴し辭 | 1110010110100011100100111110100110000010101101011110011110000110 | e5a393e982b5e786 |
EUC-JP | 螢馴し辭 | 1110101010100101110001101110101110100100101101111110110111100110 | eaa5c6eba4b7ede6 |
UTF-8 | 螢馴し辭 | 111010001001111010100010111010011010011010110100111000111000000110010111111010001011111010101101 | e89ea2e9a6b4e38197e8bead |
UHC | 螢馴し辭 | 1111101110101011111000101111100010101010101101111101111011110110 | fbabe2f8aab7def6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)