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 | 皹郞 | 11100001101011111111101110110110 | e1affbb6 |
EUC-JP | 皹? | 111000101011000100111111 | e2b13f |
UTF-8 | 皹郞 | 111001111001101010111001111010011000001110011110 | e79ab9e9839e |
UHC | ?郞 | 001111111101010111001101 | 3fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)