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 | 云歐 | 10001001010111011001111101011110 | 895d9f5e |
EUC-JP | 云歐 | 10110001101111101101110110111111 | b1beddbf |
UTF-8 | 云歐 | 111001001011101010010001111001101010110110010000 | e4ba91e6ad90 |
UHC | 云歐 | 11101001111101101100111110110001 | e9f6cfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)