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 | 髻矩ッ | 1110100110011111100010111110100110101111 | e99f8be9af |
EUC-JP | 髻矩ッ | 111100101010000110110110111010111000111010101111 | f2a1b6eb8eaf |
UTF-8 | 髻矩ッ | 111010011010101110111011111001111001111110101001111011111011110110101111 | e9abbbe79fa9efbdaf |
UHC | ?矩? | 00111111110011111011101100111111 | 3fcfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)