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 | ???i] | 0011111100111111001111110110100101011101 | 3f3f3f695d |
SJIS-WIN | 葆駈輯i] | 1110010011011100100010111110110110001111010100110110100101011101 | e4dc8bed8f53695d |
EUC-JP | 葆駈輯i] | 1110100011011110101101101110111110111101101101000110100101011101 | e8deb6efbdb4695d |
UTF-8 | 葆駈輯i] | 1110100010010001100001101110100110100111100010001110100010111100101011110110100101011101 | e89186e9a788e8bcaf695d |
UHC | ??輯i] | 001111110011111111110010111111100110100101011101 | 3f3ff2fe695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)