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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 水?\ | 10010000100001010011111101011100 | 90853f5c |
EUC-JP | 水?\ | 10111111111001010011111101011100 | bfe53f5c |
UTF-8 | 水敾\ | 11100110101100001011010011100110100101011011111001011100 | e6b0b4e695be5c |
UHC | 水敾\ | 1110001010101001111000001100000001011100 | e2a9e0c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)