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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??砥??^ | 00111111001111111001001101110101001111110011111101011110 | 3f3f93753f3f5e |
EUC-JP | ??砥??^ | 00111111001111111100010111010110001111110011111101011110 | 3f3fc5d63f3f5e |
UTF-8 | 롚렧砥롅렑^ | 11101011101000011001101011101011101000001010011111100111101000001010010111101011101000011000010111101011101000001001000101011110 | eba19aeba0a7e7a0a5eba185eba0915e |
UHC | 롚렧砥롅렑^ | 1000111011011110100011101011011011110010101100101000111011001011100011101010011001011110 | 8ede8eb6f2b28ecb8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)