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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | ?易b[?易b[^ | 0011111110001000110101010110001001011011001111111000100011010101011000100101101101011110 | 3f88d5625b3f88d5625b5e |
EUC-JP | ?易b[?易b[^ | 0011111110110000110101110110001001011011001111111011000011010111011000100101101101011110 | 3fb0d7625b3fb0d7625b5e |
UTF-8 | 行易b[行易b[^ | 1110111110101000100010001110011010011000100100110110001001011011111011111010100010001000111001101001100010010011011000100101101101011110 | efa888e69893625befa888e69893625b5e |
UHC | 行易b[行易b[^ | 11111010101000011110011010110110011000100101101111111010101000011110011010110110011000100101101101011110 | faa1e6b6625bfaa1e6b6625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)