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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 。熄「兤] | 10100001111000001000111110100010111110101000000001011101 | a1e08fa2fa805d |
EUC-JP | 。熄「兤] | 10001110101000011101111111101111100011101010001010001111101100101110110101011101 | 8ea1dfef8ea28fb2ed5d |
UTF-8 | 。熄「兤] | 11101111101111011010000111100111100001101000010011101111101111011010001011100101100001011010010001011101 | efbda1e78684efbda2e585a45d |
UHC | ?熄??] | 001111111110001111011000001111110011111101011101 | 3fe3d83f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)