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 | é³Ñë±± | 1110100110011111101100111101000110001010111010111011000110110001 | e99fb3d18aebb1b1 |
SJIS-WIN | ??????±± | 00111111001111110011111100111111001111110011111110000001011111011000000101111101 | 3f3f3f3f3f3f817d817d |
EUC-JP | é??Ñ?ë±± | 10001111101010111011000100111111001111111000111110101010110100000011111110001111101010111011001110100001110111101010000111011110 | 8fabb13f3f8faad03f8fabb3a1dea1de |
UTF-8 | é³Ñë±± | 11000011101010011100001010011111110000101011001111000011100100011100001010001010110000111010101111000010101100011100001010110001 | c3a9c29fc2b3c391c28ac3abc2b1c2b1 |
UHC | ??³???±± | 0011111100111111101010011111100000111111001111110011111110100001101111101010000110111110 | 3f3fa9f83f3f3fa1bea1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)