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 | ????Rd | 001111110011111100111111001111110101001001100100 | 3f3f3f3f5264 |
SJIS-WIN | ??ビ◇Rd | 0011111100111111100000110111001010000001100111100101001001100100 | 3f3f8372819e5264 |
EUC-JP | ??ビ◇Rd | 0011111100111111101001011101001110100001111111100101001001100100 | 3f3fa5d3a1fe5264 |
UTF-8 | 룶핊ビ◇Rd | 1110101110100011101101101110110110010101100010101110001110000011100100111110001010010111100001110101001001100100 | eba3b6ed958ae38393e297875264 |
UHC | 룶핊ビ◇Rd | 10001111101010111100000010001111101010111101001110100001110111100101001001100100 | 8fabc08fabd3a1de5264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)