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 | á³èú | 1110000110110011100111001000000111101000111110101001110010000001 | e1b39c81e8fa9c81 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | á???èú?? | 1000111110101011101000010011111100111111001111111000111110101011101100101000111110101011111000100011111100111111 | 8faba13f3f3f8fabb28fabe23f3f |
UTF-8 | á³èú | 11000011101000011100001010110011110000101001110011000010100000011100001110101000110000111011101011000010100111001100001010000001 | c3a1c2b3c29cc281c3a8c3bac29cc281 |
UHC | ?³?????? | 001111111010100111111000001111110011111100111111001111110011111100111111 | 3fa9f83f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)