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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 逡顔無{d | 1110011110010101100010101110011110010110101100110111101101100100 | e7958ae796b37b64 |
EUC-JP | 逡顔無{d | 1110110111110101101101001110100111001100101101010111101101100100 | edf5b4e9ccb57b64 |
UTF-8 | 逡顔無{d | 1110100110000000101000011110100110100001100101001110011110000100101000010111101101100100 | e980a1e9a194e784a17b64 |
UHC | 逡顔無{d | 1111000111100100111001001101010011011001111011010111101101100100 | f1e4e4d4d9ed7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)