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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 握繹 | 10001000101011001110001110001000 | 88ace388 |
EUC-JP | 握繹 | 10110000101011101110010111101000 | b0aee5e8 |
UTF-8 | 握繹 | 111001101000111110100001111001111011100110111001 | e68fa1e7b9b9 |
UHC | 握繹 | 11100100110001001110011010111010 | e4c4e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)