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 | 1110001111000000111010001001111001000010 | e3c0e89e42 |
EUC-JP | 翅陞B | 1110011011000010111011111111111001000010 | e6c2effe42 |
UTF-8 | 翅陞B | 11100111101111111000010111101001100110011001111001000010 | e7bf85e9999e42 |
UHC | 翅陞B | 1110001111000111111000111011001101000010 | e3c7e3b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)