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 | 巽?巽?^ | 10010010010001100011111110010010010001100011111101011110 | 92463f92463f5e |
EUC-JP | 巽剡巽剡^ | 1100001110100111100011111011001111000111110000111010011110001111101100111100011101011110 | c3a78fb3c7c3a78fb3c75e |
UTF-8 | 巽剡巽剡^ | 11100101101101111011110111100101100010011010000111100101101101111011110111100101100010011010000101011110 | e5b7bde589a1e5b7bde589a15e |
UHC | 巽剡巽剡^ | 111000011101111011100000111001101110000111011110111000001110011001011110 | e1dee0e6e1dee0e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)