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 | タ蹙 | 110000001110011101000101 | c0e745 |
EUC-JP | タ蹙 | 10001110110000001110110110100110 | 8ec0eda6 |
UTF-8 | タ蹙 | 111011111011111010000000111010001011100110011001 | efbe80e8b999 |
UHC | ?蹙 | 001111111111010111101100 | 3ff5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)