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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 達存辰歎^ | 100100100100001010010001101101101001001001000011100100100101011001011110 | 924291b6924392565e |
EUC-JP | 達存辰歎^ | 110000111010001111000010101110001100001110100100110000111011011101011110 | c3a3c2b8c3a4c3b75e |
UTF-8 | 達存辰歎^ | 11101001100000011001010011100101101011011001100011101000101111101011000011100110101011011000111001011110 | e98194e5ad98e8beb0e6ad8e5e |
UHC | 達存辰歎^ | 110100111011100111110000111011011111001011100011111101111010011101011110 | d3b9f0edf2e3f7a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)