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 | ?E?\??W | 00111111010001010011111101011100001111110011111101010111 | 3f453f5c3f3f57 |
SJIS-WIN | ?E?\??W | 00111111010001010011111101011100001111110011111101010111 | 3f453f5c3f3f57 |
EUC-JP | ?E?\??W | 00111111010001010011111101011100001111110011111101010111 | 3f453f5c3f3f57 |
UTF-8 | 혪E혪\혩짭W | 111011011001100010101010010001011110110110011000101010100101110011101101100110001010100111101100101001111010110101010111 | ed98aa45ed98aa5ced98a9eca7ad57 |
UHC | 혪E혪\혩짭W | 1100001010010010010001011100001010010010010111001100001010010001110000101010110001010111 | c29245c2925cc291c2ac57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)