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 | 1101111011111011101111101110101101000010 | defbbeeb42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | Þû?ëB | 1000111110101001101100001000111110101011111001010011111110001111101010111011001101000010 | 8fa9b08fabe53f8fabb342 |
UTF-8 | Þû¾ëB | 110000111001111011000011101110111100001010111110110000111010101101000010 | c39ec3bbc2bec3ab42 |
UHC | Þ?¾?B | 10101000101011010011111110101000111110100011111101000010 | a8ad3fa8fa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)