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?? | 001111110011111100111111011100110011111100111111 | 3f3f3f733f3f |
SJIS-WIN | ???s?? | 001111110011111100111111011100110011111100111111 | 3f3f3f733f3f |
EUC-JP | ???s?? | 001111110011111100111111011100110011111100111111 | 3f3f3f733f3f |
UTF-8 | 혺짜챔s창챈 | 11101101100110001011101011101100101001111001110011101100101100011001010001110011111011001011000010111101111011001011000110001000 | ed98baeca79cecb19473ecb0bdecb188 |
UHC | 혺짜챔s창챈 | 1100001010011111110000101010010111000011101010000111001111000011101000101100001110100110 | c29fc2a5c3a873c3a2c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)