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 | 珠擎^ | 1000111011101100111110101100110001011110 | 8eecfacc5e |
EUC-JP | 珠擎^ | 101111001110111010001111110000011010011001011110 | bcee8fc1a65e |
UTF-8 | 珠擎^ | 11100111100011111010000011100110100100111000111001011110 | e78fa0e6938e5e |
UHC | 珠擎^ | 1111000111000001110011001101011001011110 | f1c1ccd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)