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] | 100011111010101111001111111110110101000101011101 | 8fabcffb515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ??ÏûQ] | 00111111001111111000111110101010110000011000111110101011111001010101000101011101 | 3f3f8faac18fabe5515d |
UTF-8 | «ÏûQ] | 11000010100011111100001010101011110000111000111111000011101110110101000101011101 | c28fc2abc38fc3bb515d |
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)