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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 受〓6泳 | 1000111011110011100000011010110010000010010101011000100101101010 | 8ef381ac8255896a |
EUC-JP | 受〓6泳 | 1011110011110101101000101010111010100011101101101011000111001011 | bcf5a2aea3b6b1cb |
UTF-8 | 受〓6泳 | 111001011000111110010111111000111000000010010011111011111011110010010110111001101011001110110011 | e58f97e38093efbc96e6b3b3 |
UHC | 受〓6泳 | 1110000111110100101000011110101110100011101101101110011110110110 | e1f4a1eba3b6e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)