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 | 11100101101100001000100011101101100111011010000111100100111000011011101101000010 | e5b088ed9da1e4e1bb42 |
EUC-JP | 蟆逸擅蓊サB | 1110101010110010101100001110111111011010101000111110100011100011100011101011101101000010 | eab2b0efdaa3e8e38ebb42 |
UTF-8 | 蟆逸擅蓊サB | 11101000100111111000011011101001100000001011100011100110100100111000010111101000100100111000101011101111101111011011101101000010 | e89f86e980b8e69385e8938aefbdbb42 |
UHC | ?逸擅??B | 0011111111101100111011111111010010111010001111110011111101000010 | 3feceff4ba3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)