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 | ?A? | 001111110100000100111111 | 3f413f |
SJIS-WIN | 哺A咤 | 1001101001001101010000011001101001000010 | 9a4d419a42 |
EUC-JP | 哺A咤 | 1101001110101110010000011101001110100011 | d3ae41d3a3 |
UTF-8 | 哺A咤 | 11100101100100111011101001000001111001011001001010100100 | e593ba41e592a4 |
UHC | 哺A咤 | 1111100011010100010000011111011011100011 | f8d441f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)