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 | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 歪????{d | 1001100001100011001111110011111100111111001111110111101101100100 | 98633f3f3f3f7b64 |
EUC-JP | 歪????{d | 1100111111000100001111110011111100111111001111110111101101100100 | cfc43f3f3f3f7b64 |
UTF-8 | 歪곭슢歷촵{d | 1110011010101101101010101110101010110011101011011110110010001010101000101110111110100110100011001110110010110100101101010111101101100100 | e6adaaeab3adec8aa2efa68cecb4b57b64 |
UHC | 歪곭슢歷촵{d | 111010001110000010000001111001111001101010101110111001101011100010101100011100100111101101100100 | e8e081e79aaee6b8ac727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)