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??H | 001111110011111101000110001111110011111101001000 | 3f3f463f3f48 |
SJIS-WIN | ??F??H | 001111110011111101000110001111110011111101001000 | 3f3f463f3f48 |
EUC-JP | ??F??H | 001111110011111101000110001111110011111101001000 | 3f3f463f3f48 |
UTF-8 | 횂혖F횂혖H | 1110110110011010100000101110110110011000100101100100011011101101100110101000001011101101100110001001011001001000 | ed9a82ed989646ed9a82ed989648 |
UHC | 횂혖F횂혖H | 11000011100000101100001010000001010001101100001110000010110000101000000101001000 | c382c28146c382c28148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)