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 | 茖括 | 11100100101000011000101010000111 | e4a18a87 |
EUC-JP | 茖括 | 11101000101000111011001111100111 | e8a3b3e7 |
UTF-8 | 茖括 | 111010001000110010010110111001101000101110101100 | e88c96e68bac |
UHC | ?括 | 001111111100111011000000 | 3fcec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)