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 | ù®¨ | 111110011010111010101000 | f9aea8 |
SJIS-WIN | ??¨ | 00111111001111111000000101001110 | 3f3f814e |
EUC-JP | ù®¨ | 1000111110101011111000111000111110100010111011101010000110101111 | 8fabe38fa2eea1af |
UTF-8 | ù®¨ | 110000111011100111000010101011101100001010101000 | c3b9c2aec2a8 |
UHC | ?®¨ | 0011111110100010111001111010000110100111 | 3fa2e7a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)