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 | 1111101110110101100110101110111011100110101001101010101001000010 | fbb59aeee6a6aa42 |
EUC-JP | 遧夭讎ェB | 10001111111000011110001011010100111100001110110010101000100011101010101001000010 | 8fe1e2d4f0eca88eaa42 |
UTF-8 | 遧夭讎ェB | 11101001100000011010011111100101101001001010110111101000101011101000111011101111101111011010101001000010 | e981a7e5a4ade8ae8eefbdaa42 |
UHC | ?夭??B | 001111111110100011101100001111110011111101000010 | 3fe8ec3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)