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 | ?????d^ | 00111111001111110011111100111111001111110110010001011110 | 3f3f3f3f3f645e |
SJIS-WIN | 壓????d^ | 1001101011011000001111110011111100111111001111110110010001011110 | 9ad83f3f3f3f645e |
EUC-JP | 壓????d^ | 1101010011011010001111110011111100111111001111110110010001011110 | d4da3f3f3f3f645e |
UTF-8 | 壓손샵얠롗d^ | 1110010110100011100100111110110010000110100100001110110010000011101101011110110010010110101000001110101110100001100101110110010001011110 | e5a393ec8690ec83b5ec96a0eba197645e |
UHC | 壓손샵얠롗d^ | 111001001110001010111100110101011011110010100101101111101110110010001110110110110110010001011110 | e4e2bcd5bca5beec8edb645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)