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 | 譛滔、晉糖 | 111001101001110010011111111010111010010010011101111001111001001110011100 | e69c9feba49de7939c |
EUC-JP | 譛滔、晉糖 | 11101011111111001101111011101101100011101010010011011010111010011100010111111100 | ebfcdeed8ea4dae9c5fc |
UTF-8 | 譛滔、晉糖 | 111010001010110110011011111001101011101110010100111011111011110110100100111001101001100110001001111001111011001110010110 | e8ad9be6bb94efbda4e69989e7b396 |
UHC | ?滔?晉糖 | 0011111111010100101001010011111111110010110010111101001111011000 | 3fd4a53ff2cbd3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)