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 | ãD | 10011101100110101110001101000100 | 9d9ae344 |
SJIS-WIN | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
EUC-JP | ??ãD | 001111110011111110001111101010111010101001000100 | 3f3f8fabaa44 |
UTF-8 | ãD | 11000010100111011100001010011010110000111010001101000100 | c29dc29ac3a344 |
UHC | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)