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?z | 00111111010101110011111101111010 | 3f573f7a |
SJIS-WIN | ?W?z | 00111111010101110011111101111010 | 3f573f7a |
EUC-JP | 鉥W鉥z | 1000111111100011111010000101011110001111111000111110100001111010 | 8fe3e8578fe3e87a |
UTF-8 | 鉥W鉥z | 1110100110001001101001010101011111101001100010011010010101111010 | e989a557e989a57a |
UHC | 鉥W鉥z | 111000101111110001010111111000101111110001111010 | e2fc57e2fc7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)