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 | ?θ | 001111111000001111000110 | 3f83c6 |
EUC-JP | ?θ | 001111111010011011001000 | 3fa6c8 |
UTF-8 | 列θ | 1110111110100110100111001100111010111000 | efa69cceb8 |
UHC | 列θ | 11100110111010101010010111101000 | e6eaa5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)