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 | ?xB | 001111110111100001000010 | 3f7842 |
SJIS-WIN | 叩xB | 10010010010000000111100001000010 | 92407842 |
EUC-JP | 叩xB | 11000011101000010111100001000010 | c3a17842 |
UTF-8 | 叩xB | 1110010110001111101010010111100001000010 | e58fa97842 |
UHC | 叩xB | 11001101101100000111100001000010 | cdb07842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)