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 | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
SJIS-WIN | ??G??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
EUC-JP | ??G??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
UTF-8 | 횄짧G횄징q | 1110110110011010100001001110110010100111101001110100011111101101100110101000010011101100101001111001010101110001 | ed9a84eca7a747ed9a84eca79571 |
UHC | 횄짧G횄징q | 11000011100000111100001010101010010001111100001110000011110000101010000101110001 | c383c2aa47c383c2a171 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)