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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 吾吾^ | 1000110011100001100011001110000101011110 | 8ce18ce15e |
EUC-JP | 吾吾^ | 1011100011100011101110001110001101011110 | b8e3b8e35e |
UTF-8 | 吾吾^ | 11100101100100001011111011100101100100001011111001011110 | e590bee590be5e |
UHC | 吾吾^ | 1110011111101110111001111110111001011110 | e7eee7ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)