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 | ?男[}?男[{^ | 0011111110010010011010100101101101111101001111111001001001101010010110110111101101011110 | 3f926a5b7d3f926a5b7b5e |
EUC-JP | ?男[}?男[{^ | 0011111111000011110010110101101101111101001111111100001111001011010110110111101101011110 | 3fc3cb5b7d3fc3cb5b7b5e |
UTF-8 | 룵男[}룵男[{^ | 1110101110100011101101011110011110010100101101110101101101111101111010111010001110110101111001111001010010110111010110110111101101011110 | eba3b5e794b75b7deba3b5e794b75b7b5e |
UHC | 룵男[}룵男[{^ | 10001111101010101101000111111011010110110111110110001111101010101101000111111011010110110111101101011110 | 8faad1fb5b7d8faad1fb5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)