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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 汚?汚?B | 10001001100110000011111110001001100110000011111101000010 | 89983f89983f42 |
EUC-JP | 汚?汚?B | 10110001111110000011111110110001111110000011111101000010 | b1f83fb1f83f42 |
UTF-8 | 汚촫汚촫B | 11100110101100011001101011101100101101001010101111100110101100011001101011101100101101001010101101000010 | e6b19aecb4abe6b19aecb4ab42 |
UHC | 汚촫汚촫B | 111001111111110110101100011010011110011111111101101011000110100101000010 | e7fdac69e7fdac6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)