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 | äýâ³ìî | 1110010011111101100111111110001010010010101100111110110011101110 | e4fd9fe292b3ecee |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äý?â??ìî | 100011111010101110100011100011111010101111110010001111111000111110101011101001000011111100111111100011111010101111000000100011111010101111000010 | 8faba38fabf23f8faba43f3f8fabc08fabc2 |
UTF-8 | äýâ³ìî | 11000011101001001100001110111101110000101001111111000011101000101100001010010010110000101011001111000011101011001100001110101110 | c3a4c3bdc29fc3a2c292c2b3c3acc3ae |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)