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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慂蝋颶麁 | 1001110011001000100110000101100011101001010001101110101001100101 | 9cc89858e946ea65 |
EUC-JP | 慂蝋颶麁 | 1101100011001010110011111011100111110001101001111111001111000110 | d8cacfb9f1a7f3c6 |
UTF-8 | 慂蝋颶麁 | 111001101000010110000010111010001001110110001011111010011010001010110110111010011011101010000001 | e68582e89d8be9a2b6e9ba81 |
UHC | 慂??? | 1110100110111101001111110011111100111111 | e9bd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)