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 | 石?石?^ | 10010000110011100011111110010000110011100011111101011110 | 90ce3f90ce3f5e |
EUC-JP | 石?石?^ | 11000000110100000011111111000000110100000011111101011110 | c0d03fc0d03f5e |
UTF-8 | 石붑石붑^ | 11100111100111111011001111101011101101101001000111100111100111111011001111101011101101101001000101011110 | e79fb3ebb691e79fb3ebb6915e |
UHC | 石붑石붑^ | 111000001011010010111010110101101110000010110100101110101101011001011110 | e0b4bad6e0b4bad65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)