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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴檎事螳戊 | 11101000101011011000110011100111100011101001011011100101101011101001010111101000 | e8ad8ce78e96e5ae95e8 |
EUC-JP | 隴檎事螳戊 | 11110000101011111011100011101001101110111111011011101010101100001100101011101010 | f0afb8e9bbf6eab0caea |
UTF-8 | 隴檎事螳戊 | 111010011001101010110100111001101010101010001110111001001011101010001011111010001001111010110011111001101000100010001010 | e99ab4e6aa8ee4ba8be89eb3e6888a |
UHC | ?檎事螳戊 | 001111111101000011010101110111101100000011010011110110011101100111100110 | 3fd0d5dec0d3d9d9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)