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[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 寥?b[寥?b[^ | 1001101110001100001111110110001001011011100110111000110000111111011000100101101101011110 | 9b8c3f625b9b8c3f625b5e |
EUC-JP | 寥?b[寥?b[^ | 1101010111101100001111110110001001011011110101011110110000111111011000100101101101011110 | d5ec3f625bd5ec3f625b5e |
UTF-8 | 寥렔b[寥렔b[^ | 1110010110101111101001011110101110100000100101000110001001011011111001011010111110100101111010111010000010010100011000100101101101011110 | e5afa5eba094625be5afa5eba094625b5e |
UHC | 寥렔b[寥렔b[^ | 11101000111011111000111010101001011000100101101111101000111011111000111010101001011000100101101101011110 | e8ef8ea9625be8ef8ea9625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)