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 | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
SJIS-WIN | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
EUC-JP | ????gB | 001111110011111100111111001111110110011101000010 | 3f3f3f3f6742 |
UTF-8 | 챗짠혦짧gB | 1110110010110001100101111110110010100111101000001110110110011000101001101110110010100111101001110110011101000010 | ecb197eca7a0ed98a6eca7a76742 |
UHC | 챗짠혦짧gB | 11000011101010101100001010100111110000101000111011000010101010100110011101000010 | c3aac2a7c28ec2aa6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)