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 | ûV¥ÞûV¥Ü^ | 111110110101011010100101110111101111101101010110101001011101110001011110 | fb56a5defb56a5dc5e |
SJIS-WIN | ?V¥??V¥?^ | 0011111101010110100000011000111100111111001111110101011010000001100011110011111101011110 | 3f56818f3f3f56818f3f5e |
EUC-JP | ûV?ÞûV?Ü^ | 1000111110101011111001010101011000111111100011111010100110110000100011111010101111100101010101100011111110001111101010101110010001011110 | 8fabe5563f8fa9b08fabe5563f8faae45e |
UTF-8 | ûV¥ÞûV¥Ü^ | 110000111011101101010110110000101010010111000011100111101100001110111011010101101100001010100101110000111001110001011110 | c3bb56c2a5c39ec3bb56c2a5c39c5e |
UHC | ?V?Þ?V??^ | 00111111010101100011111110101000101011010011111101010110001111110011111101011110 | 3f563fa8ad3f563f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)