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 | è»ä¹åý | 1110100010111011100011111110010010111001100111101110010111111101 | e8bb8fe4b99ee5fd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ä??åý | 10001111101010111011001000111111001111111000111110101011101000110011111100111111100011111010101110101001100011111010101111110010 | 8fabb23f3f8faba33f3f8faba98fabf2 |
UTF-8 | è»ä¹åý | 11000011101010001100001010111011110000101000111111000011101001001100001010111001110000101001111011000011101001011100001110111101 | c3a8c2bbc28fc3a4c2b9c29ec3a5c3bd |
UHC | ????¹??? | 001111110011111100111111001111111010100111110110001111110011111100111111 | 3f3f3f3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)