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 | 性?^ | 10010000101010110011111101011110 | 90ab3f5e |
EUC-JP | 性剡^ | 110000001010110110001111101100111100011101011110 | c0ad8fb3c75e |
UTF-8 | 性剡^ | 11100110100000001010011111100101100010011010000101011110 | e680a7e589a15e |
UHC | 性剡^ | 1110000011110101111000001110011001011110 | e0f5e0e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)