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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雕臥正 | 111010001011100010001001111001111001000010110011 | e8b889e790b3 |
EUC-JP | 雕臥正 | 111100001011101010110010111010011100000010110101 | f0bab2e9c0b5 |
UTF-8 | 雕臥正 | 111010011001101110010101111010001000011110100101111001101010110110100011 | e99b95e887a5e6ada3 |
UHC | 雕臥正 | 111100001110011111101000110000101110111111100001 | f0e7e8c2efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)