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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 泛g祟B | 10011111101000001000001010000111111000100100110101000010 | 9fa08287e24d42 |
EUC-JP | 泛g祟B | 11011110101000101010001111100111111000111010111001000010 | dea2a3e7e3ae42 |
UTF-8 | 泛g祟B | 11100110101100111001101111101111101111011000011111100111101001011001111101000010 | e6b39befbd87e7a59f42 |
UHC | 泛g?B | 110110111111001010100011111001110011111101000010 | dbf2a3e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)