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 | 1110010001101000001111111000111111111001001111110101001001000101 | e4683f8ff93f5245 |
EUC-JP | 臧?錠?RE | 1110011111001001001111111011111011111011001111110101001001000101 | e7c93fbefb3f5245 |
UTF-8 | 臧렒錠렣RE | 1110100010000111101001111110101110100000100100101110100110001100101000001110101110100000101000110101001001000101 | e887a7eba092e98ca0eba0a35245 |
UHC | 臧렒錠렣RE | 11101101111101011000111010100111111011111111110010001110101101000101001001000101 | edf58ea7effc8eb45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)