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 | 1110001111000011111000111100011001000010 | e3c3e3c642 |
EUC-JP | 翕翦B | 1110011011000101111001101100100001000010 | e6c5e6c842 |
UTF-8 | 翕翦B | 11100111101111111001010111100111101111111010011001000010 | e7bf95e7bfa642 |
UHC | 翕?B | 11111101111010000011111101000010 | fde83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)