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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 寘自}B | 111110101010100110001110101010010111110101000010 | faa98ea97d42 |
EUC-JP | 寘自}B | 10001111101110101110000110111100101010110111110101000010 | 8fbae1bcab7d42 |
UTF-8 | 寘自}B | 1110010110101111100110001110100010000111101010100111110101000010 | e5af98e887aa7d42 |
UHC | ?自}B | 0011111111101101101110110111110101000010 | 3fedbb7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)