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 | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
UTF-8 | 챦쩔혻횂쨈H | 11101100101100011010011011101100101010011001010011101101100110001011101111101101100110101000001011101100101010001000100001001000 | ecb1a6eca994ed98bbed9a82eca88848 |
UHC | 챦쩔혻횂쨈H | 1100001110101111110000101011111111000010101000001100001110000010110000101011010001001000 | c3afc2bfc2a0c382c2b448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)