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 | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-WIN | 存麥?濟?N | 100100011011011011101010011011010011111111100000010110100011111101001110 | 91b6ea6d3fe05a3f4e |
EUC-JP | 存麥?濟?N | 110000101011100011110011110011100011111111011111101110110011111101001110 | c2b8f3ce3fdfbb3f4e |
UTF-8 | 存麥춥濟렋N | 11100101101011011001100011101001101110101010010111101100101101101010010111100110101111111001111111101011101000001000101101001110 | e5ad98e9baa5ecb6a5e6bf9feba08b4e |
UHC | 存麥춥濟렋N | 1111000011101101110110001110101011000011111001001111000010101101100011101010001001001110 | f0edd8eac3e4f0ad8ea24e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)