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 | 悃穢[}悃穢[{^ | 10011100100111011110001001110001010110110111110110011100100111011110001001110001010110110111101101011110 | 9c9de2715b7d9c9de2715b7b5e |
EUC-JP | 悃穢[}悃穢[{^ | 11010111111111011110001111010010010110110111110111010111111111011110001111010010010110110111101101011110 | d7fde3d25b7dd7fde3d25b7b5e |
UTF-8 | 悃穢[}悃穢[{^ | 1110011010000010100000111110011110101001101000100101101101111101111001101000001010000011111001111010100110100010010110110111101101011110 | e68283e7a9a25b7de68283e7a9a25b7b5e |
UHC | ?穢[}?穢[{^ | 0011111111100111110110110101101101111101001111111110011111011011010110110111101101011110 | 3fe7db5b7d3fe7db5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)