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 | 11101000101110111000101011100101101011101010010001000010 | e8bb8ae5aea442 |
EUC-JP | 霆雁ョ、B | 111100001011110110110100111001111000111010101110100011101010010001000010 | f0bdb4e78eae8ea442 |
UTF-8 | 霆雁ョ、B | 11101001100111001000011011101001100110111000000111101111101111011010111011101111101111011010010001000010 | e99c86e99b81efbdaeefbda442 |
UHC | 霆雁??B | 11101111111111011110010011010010001111110011111101000010 | effde4d23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)