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 | ??Þ??? | 001111110011111111011110001111110011111100111111 | 3f3fde3f3f3f |
SJIS-WIN | ???綵?s | 0011111100111111001111111110001101011100001111111000001010010011 | 3f3f3fe35c3f8293 |
EUC-JP | ??Þ綵?s | 00111111001111111000111110101001101100001110010110111101001111111010001111110011 | 3f3f8fa9b0e5bd3fa3f3 |
UTF-8 | 襤듬Þ綵煉s | 1110111110100100101001001110101110010011101011001100001110011110111001111011011010110101111011111010011010010011111011111011110110010011 | efa4a4eb93acc39ee7b6b5efa693efbd93 |
UHC | 襤듬Þ綵煉s | 110100011111110110110101111010111010100010101101111100111111011111100110110101101010001111110011 | d1fdb5eba8adf3f7e6d6a3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)