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 | Äúû\ | 1100010011111010110000111011101101011100 | c4fac3bb5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ÄúÃ?\ | 1000111110101010101000111000111110101011111000101000111110101010101010100011111101011100 | 8faaa38fabe28faaaa3f5c |
UTF-8 | Äúû\ | 110000111000010011000011101110101100001110000011110000101011101101011100 | c384c3bac383c2bb5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)