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 | δÊÙ] | 1100111010110100110010101101100101011101 | ceb4cad95d |
SJIS-WIN | ?´??] | 001111111000000101001100001111110011111101011101 | 3f814c3f3f5d |
EUC-JP | δÊÙ] | 100011111010101011000010101000011010110110001111101010101011010010001111101010101110001101011101 | 8faac2a1ad8faab48faae35d |
UTF-8 | δÊÙ] | 110000111000111011000010101101001100001110001010110000111001100101011101 | c38ec2b4c38ac3995d |
UHC | ?´??] | 001111111010001010100101001111110011111101011101 | 3fa2a53f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)