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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蛭?質?h | 10010101011001110011111110001110101111110011111101101000 | 95673f8ebf3f68 |
EUC-JP | 蛭?質?h | 11001001110010000011111110111100110000010011111101101000 | c9c83fbcc13f68 |
UTF-8 | 蛭샷質세h | 11101000100110111010110111101100100000111011011111101000101100111010101011101100100001001011100001101000 | e89badec83b7e8b3aaec84b868 |
UHC | 蛭샷質세h | 111100101111010010111100101001101111001011110101101111001011110001101000 | f2f4bca6f2f5bcbc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)