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 | 1011110110100100110000001110101101000010 | bda4c0eb42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?¤ÀëB | 0011111110001111101000101111000010001111101010101010001010001111101010111011001101000010 | 3f8fa2f08faaa28fabb342 |
UTF-8 | ½¤ÀëB | 110000101011110111000010101001001100001110000000110000111010101101000010 | c2bdc2a4c380c3ab42 |
UHC | ½¤??B | 10101000111101101010001010110100001111110011111101000010 | a8f6a2b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)