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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???疫ラ | 00111111001111110011111110001001011101011000001110001001 | 3f3f3f89758389 |
EUC-JP | 髥??疫ラ | 100011111110100111110000001111110011111110110001110101101010010111101001 | 8fe9f03f3fb1d6a5e9 |
UTF-8 | 髥뗨꼍疫ラ | 111010011010101110100101111010111001011110101000111010101011110010001101111001111001011010101011111000111000001110101001 | e9aba5eb97a8eabc8de796abe383a9 |
UHC | 髥뗨꼍疫ラ | 11100111101000111000101111101000101100101011110111100110101110011010101111101001 | e7a38be8b2bde6b9abe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)