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 | タ蟯 | 110000001110010110110010 | c0e5b2 |
EUC-JP | タ蟯 | 10001110110000001110101010110100 | 8ec0eab4 |
UTF-8 | タ蟯 | 111011111011111010000000111010001001111110101111 | efbe80e89faf |
UHC | ?蟯 | 001111111110100110101000 | 3fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)