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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??只 | 00111111001111111001000111111100 | 3f3f91fc |
EUC-JP | ??只 | 00111111001111111100001011111110 | 3f3fc2fe |
UTF-8 | 위뤓只 | 111011001001110010000100111010111010010010010011111001011000111110101010 | ec9c84eba493e58faa |
UHC | 위뤓只 | 110000001010011110001111110000111111000111111110 | c0a78fc3f1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)