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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 狡牾B | 1110000011000010111000001011000101000010 | e0c2e0b142 |
EUC-JP | 狡牾B | 1110000011000100111000001011001101000010 | e0c4e0b342 |
UTF-8 | 狡牾B | 11100111100010111010000111100111100010011011111001000010 | e78ba1e789be42 |
UHC | 狡?B | 11001110111010100011111101000010 | ceea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)