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 | ?~?t | 00111111011111100011111101110100 | 3f7e3f74 |
SJIS-WIN | ?~?t | 00111111011111100011111101110100 | 3f7e3f74 |
EUC-JP | ?~?t | 00111111011111100011111101110100 | 3f7e3f74 |
UTF-8 | 챈~혯t | 1110110010110001100010000111111011101101100110001010111101110100 | ecb1887eed98af74 |
UHC | 챈~혯t | 110000111010011001111110110000101001011001110100 | c3a67ec29674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)