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 | Bçâ^ | 1001101001000010111001111110001001011110 | 9a42e7e25e |
SJIS-WIN | ?B??^ | 0011111101000010001111110011111101011110 | 3f423f3f5e |
EUC-JP | ?Bçâ^ | 001111110100001010001111101010111010111010001111101010111010010001011110 | 3f428fabae8faba45e |
UTF-8 | Bçâ^ | 1100001010011010010000101100001110100111110000111010001001011110 | c29a42c3a7c3a25e |
UHC | ?B??^ | 0011111101000010001111110011111101011110 | 3f423f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)