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 | ì©ì±M^ | 1110110010101001100011001110110010110001100101010100110101011110 | eca98cecb1954d5e |
SJIS-WIN | ????±?M^ | 001111110011111100111111001111111000000101111101001111110100110101011110 | 3f3f3f3f817d3f4d5e |
EUC-JP | ì©?ì±?M^ | 100011111010101111000000100011111010001011101101001111111000111110101011110000001010000111011110001111110100110101011110 | 8fabc08fa2ed3f8fabc0a1de3f4d5e |
UTF-8 | ì©ì±M^ | 1100001110101100110000101010100111000010100011001100001110101100110000101011000111000010100101010100110101011110 | c3acc2a9c28cc3acc2b1c2954d5e |
UHC | ????±?M^ | 001111110011111100111111001111111010000110111110001111110100110101011110 | 3f3f3f3fa1be3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)