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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 園???RE | 10001001100000000011111100111111001111110101001001000101 | 89803f3f3f5245 |
EUC-JP | 園???RE | 10110001111000000011111100111111001111110101001001000101 | b1e03f3f3f5245 |
UTF-8 | 園띕렣렑RE | 1110010110011100100100101110101110011101100101011110101110100000101000111110101110100000100100010101001001000101 | e59c92eb9d95eba0a3eba0915245 |
UHC | 園띕렣렑RE | 11101010101011101011011011101011100011101011010010001110101001100101001001000101 | eaaeb6eb8eb48ea65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)