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 | åßâ¹Å | 11100101110111111000000111100010100100011011100111000101 | e5df81e291b9c5 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | åß?â??Å | 100011111010101110101001100011111010100111001110001111111000111110101011101001000011111100111111100011111010101010101001 | 8faba98fa9ce3f8faba43f3f8faaa9 |
UTF-8 | åßâ¹Å | 1100001110100101110000111001111111000010100000011100001110100010110000101001000111000010101110011100001110000101 | c3a5c39fc281c3a2c291c2b9c385 |
UHC | ?ß???¹? | 001111111010100110101100001111110011111100111111101010011111011000111111 | 3fa9ac3f3f3fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)