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 | ???庇?^ | 00111111001111110011111110010100110111010011111101011110 | 3f3f3f94dd3f5e |
EUC-JP | ???庇?^ | 00111111001111110011111111001000110111110011111101011110 | 3f3f3fc8df3f5e |
UTF-8 | 뤯瑩텖庇조^ | 11101011101001001010111111101111101001101010111011101101100001011001011011100101101110101000011111101100101000011011000001011110 | eba4afefa6aeed8596e5ba87eca1b05e |
UHC | 뤯瑩텖庇조^ | 1000111111011101111001111100000110110110100011111101110111100111110000011011011001011110 | 8fdde7c1b68fdde7c1b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)