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 | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
SJIS-WIN | ?谿??` | 001111111110011010101110001111110011111101100000 | 3fe6ae3f3f60 |
EUC-JP | ?谿??` | 001111111110110010110000001111110011111101100000 | 3fecb03f3f60 |
UTF-8 | 렺谿렻렋` | 11101011101000001011101011101000101100001011111111101011101000001011101111101011101000001000101101100000 | eba0bae8b0bfeba0bbeba08b60 |
UHC | 렺谿렻렋` | 100011101100001011001101101011001000111011000011100011101010001001100000 | 8ec2cdac8ec38ea260 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)