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 | ç±ç±B | 11100111101100011001100011100111101100011001100001000010 | e7b198e7b19842 |
SJIS-WIN | ?±??±?B | 001111111000000101111101001111110011111110000001011111010011111101000010 | 3f817d3f3f817d3f42 |
EUC-JP | ç±?ç±?B | 10001111101010111010111010100001110111100011111110001111101010111010111010100001110111100011111101000010 | 8fabaea1de3f8fabaea1de3f42 |
UTF-8 | ç±ç±B | 11000011101001111100001010110001110000101001100011000011101001111100001010110001110000101001100001000010 | c3a7c2b1c298c3a7c2b1c29842 |
UHC | ?±??±?B | 001111111010000110111110001111110011111110100001101111100011111101000010 | 3fa1be3f3fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)