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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 汚??汚??E | 100010011001100000111111001111111000100110011000001111110011111101000101 | 89983f3f89983f3f45 |
EUC-JP | 汚??汚??E | 101100011111100000111111001111111011000111111000001111110011111101000101 | b1f83f3fb1f83f3f45 |
UTF-8 | 汚얏씘汚양뵴E | 11100110101100011001101011101100100101101000111111101100100101001001100011100110101100011001101011101100100101101001000111101011101101011011010001000101 | e6b19aec968fec9498e6b19aec9691ebb5b445 |
UHC | 汚얏씘汚양뵴E | 11100111111111011011111011100110100111011010110111100111111111011011111011100111100101001011001001000101 | e7fdbee69dade7fdbee794b245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)