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 | ?zv | 001111110111101001110110 | 3f7a76 |
SJIS-WIN | 叩zv | 10010010010000000111101001110110 | 92407a76 |
EUC-JP | 叩zv | 11000011101000010111101001110110 | c3a17a76 |
UTF-8 | 叩zv | 1110010110001111101010010111101001110110 | e58fa97a76 |
UHC | 叩zv | 11001101101100000111101001110110 | cdb07a76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)