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 | è½æ°èý | 1110100010111101100111001110011010000001101100001110100011111101 | e8bd9ce681b0e8fd |
SJIS-WIN | ?????°?? | 001111110011111100111111001111110011111110000001100010110011111100111111 | 3f3f3f3f3f818b3f3f |
EUC-JP | è??æ?°èý | 1000111110101011101100100011111100111111100011111010100111000001001111111010000111101011100011111010101110110010100011111010101111110010 | 8fabb23f3f8fa9c13fa1eb8fabb28fabf2 |
UTF-8 | è½æ°èý | 11000011101010001100001010111101110000101001110011000011101001101100001010000001110000101011000011000011101010001100001110111101 | c3a8c2bdc29cc3a6c281c2b0c3a8c3bd |
UHC | ?½?æ?°?? | 0011111110101000111101100011111110101001101000010011111110100001110001100011111100111111 | 3fa8f63fa9a13fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)