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?A?U | 001111110101011100111111010000010011111101010101 | 3f573f413f55 |
SJIS-WIN | ?W?A?U | 001111110101011100111111010000010011111101010101 | 3f573f413f55 |
EUC-JP | ?W?A?U | 001111110101011100111111010000010011111101010101 | 3f573f413f55 |
UTF-8 | 혪W혪A혪U | 111011011001100010101010010101111110110110011000101010100100000111101101100110001010101001010101 | ed98aa57ed98aa41ed98aa55 |
UHC | 혪W혪A혪U | 110000101001001001010111110000101001001001000001110000101001001001010101 | c29257c29241c29255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)