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 | ³âÛ³I^ | 100100001011001111100010110110111001000010110011100100100100100101011110 | 90b3e2db90b392495e |
SJIS-WIN | ???????I^ | 001111110011111100111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f3f3f495e |
EUC-JP | ??âÛ???I^ | 00111111001111111000111110101011101001001000111110101010111001010011111100111111001111110100100101011110 | 3f3f8faba48faae53f3f3f495e |
UTF-8 | ³âÛ³I^ | 11000010100100001100001010110011110000111010001011000011100110111100001010010000110000101011001111000010100100100100100101011110 | c290c2b3c3a2c39bc290c2b3c292495e |
UHC | ?³???³?I^ | 0011111110101001111110000011111100111111001111111010100111111000001111110100100101011110 | 3fa9f83f3f3fa9f83f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)