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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?古?古^ | 00111111100011001100001100111111100011001100001101011110 | 3f8cc33f8cc35e |
EUC-JP | ?古?古^ | 00111111101110001100010100111111101110001100010101011110 | 3fb8c53fb8c55e |
UTF-8 | 조古조古^ | 11101100101000011011000011100101100011111010010011101100101000011011000011100101100011111010010001011110 | eca1b0e58fa4eca1b0e58fa45e |
UHC | 조古조古^ | 110000011011011011001101101011111100000110110110110011011010111101011110 | c1b6cdafc1b6cdaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)