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 | ?G?q | 00111111010001110011111101110001 | 3f473f71 |
SJIS-WIN | ?G鴉q | 0011111101000111111010011110101101110001 | 3f47e9eb71 |
EUC-JP | ?G鴉q | 0011111101000111111100101110110101110001 | 3f47f2ed71 |
UTF-8 | 쁒G鴉q | 1110110010000001100100100100011111101001101101001000100101110001 | ec819247e9b48971 |
UHC | 쁒G鴉q | 100110000101001001000111111001001011110001110001 | 985247e4bc71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)