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^ | 1110101011111110101001001110110010100000101100010110010101011110 | eafea4eca0b1655e |
SJIS-WIN | ?????±e^ | 001111110011111100111111001111110011111110000001011111010110010101011110 | 3f3f3f3f3f817d655e |
EUC-JP | êþ¤ì?±e^ | 1000111110101011101101001000111110101001110100001000111110100010111100001000111110101011110000000011111110100001110111100110010101011110 | 8fabb48fa9d08fa2f08fabc03fa1de655e |
UTF-8 | êþ¤ì ±e^ | 1100001110101010110000111011111011000010101001001100001110101100110000101010000011000010101100010110010101011110 | c3aac3bec2a4c3acc2a0c2b1655e |
UHC | ?þ¤??±e^ | 0011111110101001101011011010001010110100001111110011111110100001101111100110010101011110 | 3fa9ada2b43f3fa1be655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)