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 | タ悅襷 | 1100000011111010101111011110011001000110 | c0fabde646 |
EUC-JP | タ?襷 | 1000111011000000001111111110101110100111 | 8ec03feba7 |
UTF-8 | タ悅襷 | 111011111011111010000000111001101000001010000101111010001010010110110111 | efbe80e68285e8a5b7 |
UHC | ?悅? | 00111111111001101110110100111111 | 3fe6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)