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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 頷「豬ヲB | 11101000111101011010001011100110101101011010011001000010 | e8f5a2e6b5a642 |
EUC-JP | 頷「豬ヲB | 111100001111011110001110101000101110110010110111100011101010011001000010 | f0f78ea2ecb78ea642 |
UTF-8 | 頷「豬ヲB | 11101001101000001011011111101111101111011010001011101000101100011010110011101111101111011010011001000010 | e9a0b7efbda2e8b1acefbda642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)