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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襁罹、晉 | 11100101111101001001110011101011101001001001110111100111 | e5f49ceba49de7 |
EUC-JP | 襁罹、晉 | 1110101011110110110110001110110110001110101001001101101011101001 | eaf6d8ed8ea4dae9 |
UTF-8 | 襁罹、晉 | 111010001010010110000001111001111011110110111001111011111011110110100100111001101001100110001001 | e8a581e7bdb9efbda4e69989 |
UHC | 襁罹?晉 | 11001011101110101101011111100111001111111111001011001011 | cbbad7e73ff2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)