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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 跫亥彫韆芭G | 1110011011101101100010001110010110010010101001001110100011100110100101000110110101000111 | e6ed88e592a4e8e6946d47 |
EUC-JP | 跫亥彫韆芭G | 1110110011101111101100001110011111000100101001101111000011101000110001111100111001000111 | ecefb0e7c4a6f0e8c7ce47 |
UTF-8 | 跫亥彫韆芭G | 11101000101101111010101111100100101110101010010111100101101111011010101111101001100111111000011011101000100010101010110101000111 | e8b7abe4baa5e5bdabe99f86e88aad47 |
UHC | ?亥彫韆芭G | 00111111111110101010010011110000110000011111010011000111111101111111010001000111 | 3ffaa4f0c1f4c7f7f447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)