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 | ç±~ | 11100111101100011000000001111110 | e7b1807e |
SJIS-WIN | ?±?~ | 0011111110000001011111010011111101111110 | 3f817d3f7e |
EUC-JP | ç±?~ | 10001111101010111010111010100001110111100011111101111110 | 8fabaea1de3f7e |
UTF-8 | ç±~ | 11000011101001111100001010110001110000101000000001111110 | c3a7c2b1c2807e |
UHC | ?±?~ | 0011111110100001101111100011111101111110 | 3fa1be3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)