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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 野θ? | 1001011011101100100000111100011000111111 | 96ec83c63f |
EUC-JP | 野θ? | 1100110011101110101001101100100000111111 | cceea6c83f |
UTF-8 | 野θ쪊 | 1110100110000111100011101100111010111000111011001010101010001010 | e9878eceb8ecaa8a |
UHC | 野θ쪊 | 111001011010111110100101111010001010010110000100 | e5afa5e8a584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)