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 | 佯???ル?^ | 100110001101000100111111001111110011111110000011100010110011111101011110 | 98d13f3f3f838b3f5e |
EUC-JP | 佯???ル?^ | 110100001101001100111111001111110011111110100101111010110011111101011110 | d0d33f3f3fa5eb3f5e |
UTF-8 | 佯꾩뼍溜ル졁^ | 11100100101111011010111111101010101111101010100111101011101111001000110111101111101001111000101111100011100000111010101111101100101000011000000101011110 | e4bdafeabea9ebbc8defa78be383abeca1815e |
UHC | 佯꾩뼍溜ル졁^ | 11100101101110101000010011101100100101101001010111101010111111101010101111101011101000001011001001011110 | e5ba84ec9695eafeabeba0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)