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 | 程¢^ | 1001001011110110100000011001000101011110 | 92f681915e |
EUC-JP | 程¢^ | 1100010011111000101000011111000101011110 | c4f8a1f15e |
UTF-8 | 程¢^ | 11100111101010001000101111101111101111111010000001011110 | e7a88befbfa05e |
UHC | 程¢^ | 1110111111101111101000011100101101011110 | efefa1cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)