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] | 110011111011001111001101110101100101000101011101 | cfb3cdd6515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | Ï?ÍÖQ] | 100011111010101011000001001111111000111110101010101111111000111110101010110100110101000101011101 | 8faac13f8faabf8faad3515d |
UTF-8 | ϳÍÖQ] | 11000011100011111100001010110011110000111000110111000011100101100101000101011101 | c38fc2b3c38dc396515d |
UHC | ?³??Q] | 00111111101010011111100000111111001111110101000101011101 | 3fa9f83f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)