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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 顋冶崟蟯ォB | 11101000111110011001011011101000100110111011111011100101101100101010101101000010 | e8f996e89bbee5b2ab42 |
EUC-JP | 顋冶崟蟯ォB | 1111000011111011110011001110101011010110110000001110101010110100100011101010101101000010 | f0fbccead6c0eab48eab42 |
UTF-8 | 顋冶崟蟯ォB | 11101001101000011000101111100101100001101011011011100101101101001001111111101000100111111010111111101111101111011010101101000010 | e9a18be586b6e5b49fe89fafefbdab42 |
UHC | ?冶?蟯?B | 0011111111100101101001110011111111101001101010000011111101000010 | 3fe5a73fe9a83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)