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 | é¢å¼^ | 11101001100101111010001011100101100101011011110001011110 | e997a2e595bc5e |
SJIS-WIN | ??¢???^ | 0011111100111111100000011001000100111111001111110011111101011110 | 3f3f81913f3f3f5e |
EUC-JP | é?¢å??^ | 100011111010101110110001001111111010000111110001100011111010101110101001001111110011111101011110 | 8fabb13fa1f18faba93f3f5e |
UTF-8 | é¢å¼^ | 11000011101010011100001010010111110000101010001011000011101001011100001010010101110000101011110001011110 | c3a9c297c2a2c3a5c295c2bc5e |
UHC | ?????¼^ | 0011111100111111001111110011111100111111101010001111100101011110 | 3f3f3f3f3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)