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 | á³èé@ | 1110000110110011111010001110100110011010010000001001110010000001 | e1b3e8e99a409c81 |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | á?èé?@?? | 1000111110101011101000010011111110001111101010111011001010001111101010111011000100111111010000000011111100111111 | 8faba13f8fabb28fabb13f403f3f |
UTF-8 | á³èé@ | 110000111010000111000010101100111100001110101000110000111010100111000010100110100100000011000010100111001100001010000001 | c3a1c2b3c3a8c3a9c29a40c29cc281 |
UHC | ?³???@?? | 001111111010100111111000001111110011111100111111010000000011111100111111 | 3fa9f83f3f3f403f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)