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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?蠅 | 001111111110010110100010 | 3fe5a2 |
EUC-JP | ?蠅 | 001111111110101010100100 | 3feaa4 |
UTF-8 | 鐥蠅 | 111010011001000010100101111010001010000010000101 | e990a5e8a085 |
UHC | 鐥蠅 | 11100000110101101110001110110010 | e0d6e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)