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 | 種?耳?侑 | 1000111011101101001111111000111010101000001111111001100011010000 | 8eed3f8ea83f98d0 |
EUC-JP | 種?耳?侑 | 1011110011101111001111111011110010101010001111111101000011010010 | bcef3fbcaa3fd0d2 |
UTF-8 | 種렕耳렏侑 | 111001111010100010101110111010111010000010010101111010001000000010110011111010111010000010001111111001001011111010010001 | e7a8aeeba095e880b3eba08fe4be91 |
UHC | 種렕耳렏侑 | 11110000111110101000111010101010111011001011110010001110101001011110101011100010 | f0fa8eaaecbc8ea5eae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)