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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 驍灰 | 11101001100000101000101001000100 | e9828a44 |
EUC-JP | 驍灰 | 11110001111000101011001110100101 | f1e2b3a5 |
UTF-8 | 驍灰 | 111010011010100110001101111001111000000110110000 | e9a98de781b0 |
UHC | 驍灰 | 11111101101001001111110011101001 | fda4fce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)