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 | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | 蠎基摶ZB | 1110010110111010100010101110111010011101100101100101101001000010 | e5ba8aee9d965a42 |
EUC-JP | 蠎基摶ZB | 1110101010111100101101001111000011011001111101100101101001000010 | eabcb4f0d9f65a42 |
UTF-8 | 蠎基摶ZB | 1110100010100000100011101110010110011111101110101110011010010001101101100101101001000010 | e8a08ee59fbae691b65a42 |
UHC | ?基?ZB | 001111111101000011110001001111110101101001000010 | 3fd0f13f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)