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 | 11100110011110010011111101000010 | e6793f42 |
EUC-JP | 諍?B | 11101011110110100011111101000010 | ebda3f42 |
UTF-8 | 諍렭B | 11101000101010111000110111101011101000001010110101000010 | e8ab8deba0ad42 |
UHC | 諍렭B | 1110111010110101100011101011101001000010 | eeb58eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)