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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ・ィ | 111100111010100010100101101010001111001110110100 | f3a8a5a8f3b4 |
EUC-JP | ?・ィ? | 001111111000111010100101100011101010100000111111 | 3f8ea58ea83f |
UTF-8 | ・ィ | 111011101000101010011011111011111011110110100101111011111011110110101000111011101000101010100111 | ee8a9befbda5efbda8ee8aa7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)