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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 佇濫h | 1001100011001000100101111001010001101000 | 98c8979468 |
EUC-JP | 佇濫h | 1101000011001010110011011111010001101000 | d0cacdf468 |
UTF-8 | 佇濫h | 11100100101111011000011111100110101111111010101101101000 | e4bd87e6bfab68 |
UHC | 佇濫h | 1110111010110111110101011011110101101000 | eeb7d5bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)