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 | ????jE | 001111110011111100111111001111110110101001000101 | 3f3f3f3f6a45 |
SJIS-WIN | 瀞?珥?jE | 1001001111010010001111111110000011100000001111110110101001000101 | 93d23fe0e03f6a45 |
EUC-JP | 瀞?珥?jE | 1100011011010100001111111110000011100010001111110110101001000101 | c6d43fe0e23f6a45 |
UTF-8 | 瀞렕珥렮jE | 1110011110000000100111101110101110100000100101011110011110001111101001011110101110100000101011100110101001000101 | e7809eeba095e78fa5eba0ae6a45 |
UHC | 瀞렕珥렮jE | 11101111111001111000111010101010111011001011010010001110101110110110101001000101 | efe78eaaecb48ebb6a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)