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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | 一?A | 10001000111010100011111101000001 | 88ea3f41 |
EUC-JP | 一?A | 10110000111011000011111101000001 | b0ec3f41 |
UTF-8 | 一렣A | 11100100101110001000000011101011101000001010001101000001 | e4b880eba0a341 |
UHC | 一렣A | 1110110011101001100011101011010001000001 | ece98eb441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)