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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?◇?●^ | 00111111100000011001111000111111100000011001110001011110 | 3f819e3f819c5e |
EUC-JP | 濩◇濩●^ | 1000111111001001101001001010000111111110100011111100100110100100101000011111110001011110 | 8fc9a4a1fe8fc9a4a1fc5e |
UTF-8 | 濩◇濩●^ | 11100110101111111010100111100010100101111000011111100110101111111010100111100010100101111000111101011110 | e6bfa9e29787e6bfa9e2978f5e |
UHC | 濩◇濩●^ | 111110111100110110100001110111101111101111001101101000011101110001011110 | fbcda1defbcda1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)