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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 躁??胴夭 | 1110011101001110001111110011111110010011101101111001101011101110 | e74e3f3f93b79aee |
EUC-JP | 躁??胴夭 | 1110110110101111001111110011111111000110101110011101010011110000 | edaf3f3fc6b9d4f0 |
UTF-8 | 躁렕뤯胴夭 | 111010001011101010000001111010111010000010010101111010111010010010101111111010001000001110110100111001011010010010101101 | e8ba81eba095eba4afe883b4e5a4ad |
UHC | 躁렕뤯胴夭 | 11110000111000101000111010101010100011111101110111010100110111001110100011101100 | f0e28eaa8fddd4dce8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)