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 | ´íÎÙ] | 1011010011101101110011101101100101011101 | b4edced95d |
SJIS-WIN | ´???] | 100000010100110000111111001111110011111101011101 | 814c3f3f3f5d |
EUC-JP | ´íÎÙ] | 101000011010110110001111101010111011111110001111101010101100001010001111101010101110001101011101 | a1ad8fabbf8faac28faae35d |
UTF-8 | ´íÎÙ] | 110000101011010011000011101011011100001110001110110000111001100101011101 | c2b4c3adc38ec3995d |
UHC | ´???] | 101000101010010100111111001111110011111101011101 | a2a53f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)