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 | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-WIN | 凞自nB | 111110110101100010001110101010010110111001000010 | fb588ea96e42 |
EUC-JP | ?自nB | 0011111110111100101010110110111001000010 | 3fbcab6e42 |
UTF-8 | 凞自nB | 1110111110101000100101011110100010000111101010100110111001000010 | efa895e887aa6e42 |
UHC | ?自nB | 0011111111101101101110110110111001000010 | 3fedbb6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)