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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豺場ウシ莠尖 | 11100110101101111000111111101010101100111011110011100100101110101001000011101011 | e6b78feab3bce4ba90eb |
EUC-JP | 豺場ウシ莠尖 | 111011001011100110111110111011001000111010110011100011101011110011101000101111001100000011101101 | ecb9beec8eb38ebce8bcc0ed |
UTF-8 | 豺場ウシ莠尖 | 111010001011000110111010111001011010000010110100111011111011110110110011111011111011110110111100111010001000111010100000111001011011000010010110 | e8b1bae5a0b4efbdb3efbdbce88ea0e5b096 |
UHC | 豺場???尖 | 111000111100111111101101110111100011111100111111001111111111010011010011 | e3cfedde3f3f3ff4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)