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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 巽?^ | 10010010010001100011111101011110 | 92463f5e |
EUC-JP | 巽剡^ | 110000111010011110001111101100111100011101011110 | c3a78fb3c75e |
UTF-8 | 巽剡^ | 11100101101101111011110111100101100010011010000101011110 | e5b7bde589a15e |
UHC | 巽剡^ | 1110000111011110111000001110011001011110 | e1dee0e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)