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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | r{d | 111101111110011011110011110110111111011110111100011100100111101101100100 | f7e6f3dbf7bc727b64 |
EUC-JP | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
UTF-8 | r{d | 111011101001011110001001111011101000101110001110111011101001011010011111011100100111101101100100 | ee9789ee8b8eee969f727b64 |
UHC | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)