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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 霑、莽シ^ | 11101000101111111010010011100100110011011011110001011110 | e8bfa4e4cdbc5e |
EUC-JP | 霑、莽シ^ | 111100001100000110001110101001001110100011001111100011101011110001011110 | f0c18ea4e8cf8ebc5e |
UTF-8 | 霑、莽シ^ | 11101001100111001001000111101111101111011010010011101000100011101011110111101111101111011011110001011110 | e99c91efbda4e88ebdefbdbc5e |
UHC | 霑?莽?^ | 11101111110001010011111111011000110101010011111101011110 | efc53fd8d53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)