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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驥朱㍽^ | 11101001100001111000111011101001100001111000111001011110 | e9878ee9878e5e |
EUC-JP | 驥朱?^ | 111100011110011110111100111010110011111101011110 | f1e7bceb3f5e |
UTF-8 | 驥朱㍽^ | 11101001101010011010010111100110100111001011000111100011100011011011110101011110 | e9a9a5e69cb1e38dbd5e |
UHC | 驥朱?^ | 110100011100101011110001101110010011111101011110 | d1caf1b93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)