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 | ?W???U??O | 001111110101011100111111001111110011111101010101001111110011111101001111 | 3f573f3f3f553f3f4f |
SJIS-WIN | ?W???U??O | 001111110101011100111111001111110011111101010101001111110011111101001111 | 3f573f3f3f553f3f4f |
EUC-JP | ?W???U??O | 001111110101011100111111001111110011111101010101001111110011111101001111 | 3f573f3f3f553f3f4f |
UTF-8 | 첬W혦쨈청U혦짙O | 111011001011001010101100010101111110110110011000101001101110110010101000100010001110110010110010101011010101010111101101100110001010011011101100101001111001100101001111 | ecb2ac57ed98a6eca888ecb2ad55ed98a6eca7994f |
UHC | 첬W혦쨈청U혦짙O | 110000111011101001010111110000101000111011000010101101001100001110111011010101011100001010001110110000101010001101001111 | c3ba57c28ec2b4c3bb55c28ec2a34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)