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 | 滎θ | 1000111111001000101110011010011011001000 | 8fc8b9a6c8 |
UTF-8 | 滎θ | 1110011010111011100011101100111010111000 | e6bb8eceb8 |
UHC | 滎θ | 11111011101000111010010111101000 | fba3a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)