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 | 岦æ | 1110010110110010101001101110011010000010 | e5b2a6e682 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | å?¦æ? | 1000111110101011101010010011111110001111101000101100001110001111101010011100000100111111 | 8faba93f8fa2c38fa9c13f |
UTF-8 | 岦æ | 11000011101001011100001010110010110000101010011011000011101001101100001010000010 | c3a5c2b2c2a6c3a6c282 |
UHC | ?²?æ? | 00111111101010011111011100111111101010011010000100111111 | 3fa9f73fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)