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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヨヨB | 11010110111100000100000011010110111100000100000001000010 | d6f040d6f04042 |
EUC-JP | ヨ?ヨ?B | 10001110110101100011111110001110110101100011111101000010 | 8ed63f8ed63f42 |
UTF-8 | ヨヨB | 11101111101111101001011011101110100000001000000011101111101111101001011011101110100000001000000001000010 | efbe96ee8080efbe96ee808042 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)