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 | ??f??b | 001111110011111101100110001111110011111101100010 | 3f3f663f3f62 |
SJIS-WIN | ??f??b | 001111110011111101100110001111110011111101100010 | 3f3f663f3f62 |
EUC-JP | ??f??b | 001111110011111101100110001111110011111101100010 | 3f3f663f3f62 |
UTF-8 | 횄짠f횂혗b | 1110110110011010100001001110110010100111101000000110011011101101100110101000001011101101100110001001011101100010 | ed9a84eca7a066ed9a82ed989762 |
UHC | 횄짠f횂혗b | 11000011100000111100001010100111011001101100001110000010110000101000001001100010 | c383c2a766c382c28262 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)