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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 扼?扼?^ | 10011101010011100011111110011101010011100011111101011110 | 9d4e3f9d4e3f5e |
EUC-JP | 扼?扼?^ | 11011001101011110011111111011001101011110011111101011110 | d9af3fd9af3f5e |
UTF-8 | 扼숧扼숧^ | 11100110100010011011110011101100100010001010011111100110100010011011110011101100100010001010011101011110 | e689bcec88a7e689bcec88a75e |
UHC | 扼숧扼숧^ | 111001001111100110011010010001001110010011111001100110100100010001011110 | e4f99a44e4f99a445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)