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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 五?[}五?[{^ | 1000110011011100001111110101101101111101100011001101110000111111010110110111101101011110 | 8cdc3f5b7d8cdc3f5b7b5e |
EUC-JP | 五?[}五?[{^ | 1011100011011110001111110101101101111101101110001101111000111111010110110111101101011110 | b8de3f5b7db8de3f5b7b5e |
UTF-8 | 五렭[}五렭[{^ | 1110010010111010100101001110101110100000101011010101101101111101111001001011101010010100111010111010000010101101010110110111101101011110 | e4ba94eba0ad5b7de4ba94eba0ad5b7b5e |
UHC | 五렭[}五렭[{^ | 11100111111010011000111010111010010110110111110111100111111010011000111010111010010110110111101101011110 | e7e98eba5b7de7e98eba5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)