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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 諄\}諄\{^ | 111001100111100001011100011111011110011001111000010111000111101101011110 | e6785c7de6785c7b5e |
EUC-JP | 諄\}諄\{^ | 111010111101100101011100011111011110101111011001010111000111101101011110 | ebd95c7debd95c7b5e |
UTF-8 | 諄\}諄\{^ | 1110100010101011100001000101110001111101111010001010101110000100010111000111101101011110 | e8ab845c7de8ab845c7b5e |
UHC | 諄\}諄\{^ | 111000101111010001011100011111011110001011110100010111000111101101011110 | e2f45c7de2f45c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)