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 | ì±ì©e^ | 1110110010110001100001001110110010101001100011000110010101011110 | ecb184eca98c655e |
SJIS-WIN | ?±????e^ | 001111111000000101111101001111110011111100111111001111110110010101011110 | 3f817d3f3f3f3f655e |
EUC-JP | ì±?ì©?e^ | 100011111010101111000000101000011101111000111111100011111010101111000000100011111010001011101101001111110110010101011110 | 8fabc0a1de3f8fabc08fa2ed3f655e |
UTF-8 | ì±ì©e^ | 1100001110101100110000101011000111000010100001001100001110101100110000101010100111000010100011000110010101011110 | c3acc2b1c284c3acc2a9c28c655e |
UHC | ?±????e^ | 001111111010000110111110001111110011111100111111001111110110010101011110 | 3fa1be3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)