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 | ??S??G? | 00111111001111110101001100111111001111110100011100111111 | 3f3f533f3f473f |
SJIS-WIN | ??S??G? | 00111111001111110101001100111111001111110100011100111111 | 3f3f533f3f473f |
EUC-JP | ??S??G? | 00111111001111110101001100111111001111110100011100111111 | 3f3f533f3f473f |
UTF-8 | 횄짧S횄짧G횂 | 1110110110011010100001001110110010100111101001110101001111101101100110101000010011101100101001111010011101000111111011011001101010000010 | ed9a84eca7a753ed9a84eca7a747ed9a82 |
UHC | 횄짧S횄짧G횂 | 110000111000001111000010101010100101001111000011100000111100001010101010010001111100001110000010 | c383c2aa53c383c2aa47c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)