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 | 雍タ薑 | 1110100010110100110000001110010101000111 | e8b4c0e547 |
EUC-JP | 雍タ薑 | 111100001011011010001110110000001110100110101000 | f0b68ec0e9a8 |
UTF-8 | 雍タ薑 | 111010011001101110001101111011111011111010000000111010001001011010010001 | e99b8defbe80e89691 |
UHC | 雍?薑 | 1110100010111100001111111100101110111001 | e8bc3fcbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)