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 | 漿瘢 | 10011111111101111110000110001101 | 9ff7e18d |
EUC-JP | 漿瘢 | 11011110111110011110000111101101 | def9e1ed |
UTF-8 | 漿瘢 | 111001101011110010111111111001111001100010100010 | e6bcbfe798a2 |
UHC | 漿瘢 | 11101101111011001101101011101110 | edecdaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)