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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 瞿h瞿 | 1110000111011000011010001110000111011000 | e1d868e1d8 |
EUC-JP | 瞿h瞿 | 1110001011011010011010001110001011011010 | e2da68e2da |
UTF-8 | 瞿h瞿 | 11100111100111101011111101101000111001111001111010111111 | e79ebf68e79ebf |
UHC | 瞿h瞿 | 1100111110111010011010001100111110111010 | cfba68cfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)