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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 染?P | 10010000111101010011111101010000 | 90f53f50 |
EUC-JP | 染?P | 11000000111101110011111101010000 | c0f73f50 |
UTF-8 | 染섐P | 11100110100111111001001111101100100001001001000001010000 | e69f93ec849050 |
UHC | 染섐P | 1110011011111000101111001010101101010000 | e6f8bcab50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)