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 | äî³ú¥ | 1110010011101110101100111111101010100101 | e4eeb3faa5 |
SJIS-WIN | ????¥ | 001111110011111100111111001111111000000110001111 | 3f3f3f3f818f |
EUC-JP | äî?ú? | 1000111110101011101000111000111110101011110000100011111110001111101010111110001000111111 | 8faba38fabc23f8fabe23f |
UTF-8 | äî³ú¥ | 11000011101001001100001110101110110000101011001111000011101110101100001010100101 | c3a4c3aec2b3c3bac2a5 |
UHC | ??³?? | 001111110011111110101001111110000011111100111111 | 3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)