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 | ?????IB | 00111111001111110011111100111111001111110100100101000010 | 3f3f3f3f3f4942 |
SJIS-WIN | セャ胥自斜IB | 10111110101011001110001111101111100011101010100110001110110011100100100101000010 | beace3ef8ea98ece4942 |
EUC-JP | セャ胥自斜IB | 100011101011111010001110101011001110011011110001101111001010101110111100110100000100100101000010 | 8ebe8eace6f1bcabbcd04942 |
UTF-8 | セャ胥自斜IB | 1110111110111101101111101110111110111101101011001110100010000011101001011110100010000111101010101110011010010110100111000100100101000010 | efbdbeefbdace883a5e887aae6969c4942 |
UHC | ??胥自斜IB | 00111111001111111110000010100001111011011011101111011110110110000100100101000010 | 3f3fe0a1edbbded84942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)