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 | ???`???x | 0011111100111111001111110110000000111111001111110011111101111000 | 3f3f3f603f3f3f78 |
SJIS-WIN | ???`???x | 0011111100111111001111110110000000111111001111110011111101111000 | 3f3f3f603f3f3f78 |
EUC-JP | ???`???x | 0011111100111111001111110110000000111111001111110011111101111000 | 3f3f3f603f3f3f78 |
UTF-8 | 챠혱쨘`챙짹혞x | 1110110010110001101000001110110110011000101100011110110010101000100110000110000011101100101100011001100111101100101001111011100111101101100110001001111001111000 | ecb1a0ed98b1eca89860ecb199eca7b9ed989e78 |
UHC | 챠혱쨘`챙짹혞x | 1100001110101101110000101001100011000010101110100110000011000011101011001100001010110001110000101000100001111000 | c3adc298c2ba60c3acc2b1c28878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)