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??~ | 001111110011111101000111001111110011111101111110 | 3f3f473f3f7e |
SJIS-WIN | ??G??~ | 001111110011111101000111001111110011111101111110 | 3f3f473f3f7e |
EUC-JP | ??G??~ | 001111110011111101000111001111110011111101111110 | 3f3f473f3f7e |
UTF-8 | 횄짧G횄짝~ | 1110110110011010100001001110110010100111101001110100011111101101100110101000010011101100101001111001110101111110 | ed9a84eca7a747ed9a84eca79d7e |
UHC | 횄짧G횄짝~ | 11000011100000111100001010101010010001111100001110000011110000101010011001111110 | c383c2aa47c383c2a67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)