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 | 繒私 | 11111011100011111000111010000100 | fb8f8e84 |
EUC-JP | 繒私 | 1000111111010100110101001011101111100100 | 8fd4d4bbe4 |
UTF-8 | 繒私 | 111001111011100110010010111001111010011110000001 | e7b992e7a781 |
UHC | 繒私 | 11110001111110011101111011100111 | f1f9dee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)