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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 陲ソE陲ソEB | 111010001010001010111111010001011110100010100010101111110100010101000010 | e8a2bf45e8a2bf4542 |
EUC-JP | 陲ソE陲ソEB | 1111000010100100100011101011111101000101111100001010010010001110101111110100010101000010 | f0a48ebf45f0a48ebf4542 |
UTF-8 | 陲ソE陲ソEB | 111010011001100110110010111011111011110110111111010001011110100110011001101100101110111110111101101111110100010101000010 | e999b2efbdbf45e999b2efbdbf4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)