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 | ñÂçÛQ] | 111100011100001011100111110110110101000101011101 | f1c2e7db515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ñÂçÛQ] | 1000111110101011110100001000111110101010101001001000111110101011101011101000111110101010111001010101000101011101 | 8fabd08faaa48fabae8faae5515d |
UTF-8 | ñÂçÛQ] | 11000011101100011100001110000010110000111010011111000011100110110101000101011101 | c3b1c382c3a7c39b515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)