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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 佯??佯?『^ | 10011000110100010011111100111111100110001101000100111111100000010111011101011110 | 98d13f3f98d13f81775e |
EUC-JP | 佯??佯?『^ | 11010000110100110011111100111111110100001101001100111111101000011101100001011110 | d0d33f3fd0d33fa1d85e |
UTF-8 | 佯딉쮼佯딁『^ | 11100100101111011010111111101011100101001000100111101100101011101011110011100100101111011010111111101011100101001000000111100011100000001000111001011110 | e4bdafeb9489ecaebce4bdafeb9481e3808e5e |
UHC | 佯딉쮼佯딁『^ | 11100101101110101000101011101111101010001001100011100101101110101000101011100111101000011011101001011110 | e5ba8aefa898e5ba8ae7a1ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)