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 | 隆霑^ | 1001011110110010111010001011111101011110 | 97b2e8bf5e |
EUC-JP | 隆霑^ | 1100111010110100111100001100000101011110 | ceb4f0c15e |
UTF-8 | 隆霑^ | 11101001100110101000011011101001100111001001000101011110 | e99a86e99c915e |
UHC | 隆霑^ | 1101011111001100111011111100010101011110 | d7ccefc55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)