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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霓、荳井ク宋 | 11101000101111011010010011100100101110001000100011100100101110001001000101110110 | e8bda4e4b888e4b89176 |
EUC-JP | 霓、荳井ク宋 | 111100001011111110001110101001001110100010111010101100001110011010001110101110001100000111010111 | f0bf8ea4e8bab0e68eb8c1d7 |
UTF-8 | 霓、荳井ク宋 | 111010011001110010010011111011111011110110100100111010001000110110110011111001001011101010010101111011111011110110111000111001011010111010001011 | e99c93efbda4e88db3e4ba95efbdb8e5ae8b |
UHC | 霓?荳井?宋 | 11100111111001110011111111010100111001011110111111001100001111111110000111100100 | e7e73fd4e5efcc3fe1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)