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[^ | 111100101111111001100010010110111111001011111110011000100101101101011110 | f2fe625bf2fe625b5e |
SJIS-WIN | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
EUC-JP | òþb[òþb[^ | 1000111110101011110100101000111110101001110100000110001001011011100011111010101111010010100011111010100111010000011000100101101101011110 | 8fabd28fa9d0625b8fabd28fa9d0625b5e |
UTF-8 | òþb[òþb[^ | 11000011101100101100001110111110011000100101101111000011101100101100001110111110011000100101101101011110 | c3b2c3be625bc3b2c3be625b5e |
UHC | ?þb[?þb[^ | 0011111110101001101011010110001001011011001111111010100110101101011000100101101101011110 | 3fa9ad625b3fa9ad625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)