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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豺場ウシ鈑 | 1110011010110111100011111110101010110011101111001110011111100101 | e6b78feab3bce7e5 |
EUC-JP | 豺場ウシ鈑 | 11101100101110011011111011101100100011101011001110001110101111001110111011100111 | ecb9beec8eb38ebceee7 |
UTF-8 | 豺場ウシ鈑 | 111010001011000110111010111001011010000010110100111011111011110110110011111011111011110110111100111010011000100010010001 | e8b1bae5a0b4efbdb3efbdbce98891 |
UHC | 豺場??鈑 | 1110001111001111111011011101111000111111001111111111011111111110 | e3cfedde3f3ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)