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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疫ヨ? | 1000100101110101100000111000100000111111 | 897583883f |
EUC-JP | 疫ヨ? | 1011000111010110101001011110100000111111 | b1d6a5e83f |
UTF-8 | 疫ヨ뺀 | 111001111001011010101011111000111000001110101000111010111011101010000000 | e796abe383a8ebba80 |
UHC | 疫ヨ뺀 | 111001101011100110101011111010001011101110101011 | e6b9abe8bbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)