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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 姚θ | 10011011010011001000001111000110 | 9b4c83c6 |
EUC-JP | 姚θ | 11010101101011011010011011001000 | d5ada6c8 |
UTF-8 | 姚θ | 1110010110100111100110101100111010111000 | e5a79aceb8 |
UHC | 姚θ | 11101000111011101010010111101000 | e8eea5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)