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 | 繕繕^ | 1001000101010101100100010101010101011110 | 915591555e |
EUC-JP | 繕繕^ | 1100000110110110110000011011011001011110 | c1b6c1b65e |
UTF-8 | 繕繕^ | 11100111101110011001010111100111101110011001010101011110 | e7b995e7b9955e |
UHC | 繕繕^ | 1110000011001011111000001100101101011110 | e0cbe0cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)