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 | 111000111100001011100000011110101110001111000010111000000111101001000010 | e3c2e07ae3c2e07a42 |
EUC-JP | 翊炳翊炳B | 111001101100010011011111110110111110011011000100110111111101101101000010 | e6c4dfdbe6c4dfdb42 |
UTF-8 | 翊炳翊炳B | 11100111101111111000101011100111100000101011001111100111101111111000101011100111100000101011001101000010 | e7bf8ae782b3e7bf8ae782b342 |
UHC | 翊炳翊炳B | 111011001100110111011100101110011110110011001101110111001011100101000010 | eccddcb9eccddcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)