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¤éÎÀ | 111110110101011010100100111010011100111011000000 | fb56a4e9cec0 |
SJIS-WIN | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
EUC-JP | ûV¤éÎÀ | 10001111101010111110010101010110100011111010001011110000100011111010101110110001100011111010101011000010100011111010101010100010 | 8fabe5568fa2f08fabb18faac28faaa2 |
UTF-8 | ûV¤éÎÀ | 1100001110111011010101101100001010100100110000111010100111000011100011101100001110000000 | c3bb56c2a4c3a9c38ec380 |
UHC | ?V¤??? | 00111111010101101010001010110100001111110011111100111111 | 3f56a2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)