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 | 1001111011011110100111101101111001000010 | 9ede9ede42 |
EUC-JP | 槲槲B | 1101110011100000110111001110000001000010 | dce0dce042 |
UTF-8 | 槲槲B | 11100110101001111011001011100110101001111011001001000010 | e6a7b2e6a7b242 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)