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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恁?媛祠 | 10011100100011000011111110010101010100011110001001001011 | 9c8c3f9551e24b |
EUC-JP | 恁?媛祠 | 11010111111011000011111111001001101100101110001110101100 | d7ec3fc9b2e3ac |
UTF-8 | 恁렱媛祠 | 111001101000000110000001111010111010000010110001111001011010101010011011111001111010010110100000 | e68181eba0b1e5aa9be7a5a0 |
UHC | 恁렱媛祠 | 1110110011110110100011101011111011101010101100001101111011100110 | ecf68ebeeab0dee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)