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 | ¡Þ©Ì@h | 10100001110111101000111110101001110011000100000001101000 | a1de8fa9cc4068 |
SJIS-WIN | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
EUC-JP | ¡Þ?©Ì@h | 100011111010001011000010100011111010100110110000001111111000111110100010111011011000111110101010110000000100000001101000 | 8fa2c28fa9b03f8fa2ed8faac04068 |
UTF-8 | ¡Þ©Ì@h | 110000101010000111000011100111101100001010001111110000101010100111000011100011000100000001101000 | c2a1c39ec28fc2a9c38c4068 |
UHC | ¡Þ???@h | 101000101010111010101000101011010011111100111111001111110100000001101000 | a2aea8ad3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)