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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 浩?亥?h | 10001101010111110011111110001000111001010011111101101000 | 8d5f3f88e53f68 |
EUC-JP | 浩?亥?h | 10111001110000000011111110110000111001110011111101101000 | b9c03fb0e73f68 |
UTF-8 | 浩렰亥렦h | 11100110101101011010100111101011101000001011000011100100101110101010010111101011101000001010011001101000 | e6b5a9eba0b0e4baa5eba0a668 |
UHC | 浩렰亥렦h | 111110111100011110001110101111011111101010100100100011101011010101101000 | fbc78ebdfaa48eb568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)