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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 禎?除??^ | 1001001011110101001111111000111110011100001111110011111101011110 | 92f53f8f9c3f3f5e |
EUC-JP | 禎?除??^ | 1100010011110111001111111011110111111100001111110011111101011110 | c4f73fbdfc3f3f5e |
UTF-8 | 禎렦除얘욍^ | 11100111101001101000111011101011101000001010011011101001100110011010010011101100100101101001100011101100100110101000110101011110 | e7a68eeba0a6e999a4ec9698ec9a8d5e |
UHC | 禎렦除얘욍^ | 1110111111101110100011101011010111110000101101101011111011101010101111111110001101011110 | efee8eb5f0b6beeabfe35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)