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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 汜。ソ{d | 1111101011110110101000011111001011101000101111110111101101100100 | faf6a1f2e8bf7b64 |
EUC-JP | 汜。?ソ{d | 10001111110001101110000010001110101000010011111110001110101111110111101101100100 | 8fc6e08ea13f8ebf7b64 |
UTF-8 | 汜。ソ{d | 1110011010110001100111001110111110111101101000011110111010001000100111111110111110111101101111110111101101100100 | e6b19cefbda1ee889fefbdbf7b64 |
UHC | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)