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 | å¶÷ø | 11100101101101101111011111111000 | e5b6f7f8 |
SJIS-WIN | ?¶÷? | 001111111000000111110111100000011000000000111111 | 3f81f781803f |
EUC-JP | å¶÷ø | 10001111101010111010100110100010111110011010000111100000100011111010100111001100 | 8faba9a2f9a1e08fa9cc |
UTF-8 | å¶÷ø | 1100001110100101110000101011011011000011101101111100001110111000 | c3a5c2b6c3b7c3b8 |
UHC | ?¶÷ø | 00111111101000101101001010100001110000001010100110101010 | 3fa2d2a1c0a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)