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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 箏H | 111101101110001011110000111010111110001010110101111100001110100101001000 | f6e2f0ebe2b5f0e948 |
EUC-JP | ??箏?H | 001111110011111111100100101101110011111101001000 | 3f3fe4b73f48 |
UTF-8 | 箏H | 11101110100101001000100111101110100000101010101011100111101011101000111111101110100000101010100001001000 | ee9489ee82aae7ae8fee82a848 |
UHC | ??箏?H | 001111110011111111101110101101000011111101001000 | 3f3feeb43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)