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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?賣讎B | 001111111110011011001100111001101010011001000010 | 3fe6cce6a642 |
EUC-JP | 鮍賣讎B | 1000111111101010110110101110110011001110111011001010100001000010 | 8feadaecceeca842 |
UTF-8 | 鮍賣讎B | 11101001101011101000110111101000101100111010001111101000101011101000111001000010 | e9ae8de8b3a3e8ae8e42 |
UHC | ?賣?B | 0011111111011000111000110011111101000010 | 3fd8e33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)