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 | 踝苦ウス鄙 | 1110011011110100100010111110101010110011101111011110011110111111 | e6f48beab3bde7bf |
EUC-JP | 踝苦ウス鄙 | 11101100111101101011011011101100100011101011001110001110101111011110111011000001 | ecf6b6ec8eb38ebdeec1 |
UTF-8 | 踝苦ウス鄙 | 111010001011100010011101111010001000101110100110111011111011110110110011111011111011110110111101111010011000010010011001 | e8b89de88ba6efbdb3efbdbde98499 |
UHC | ?苦??鄙 | 00111111110011011100100000111111001111111101111010101001 | 3fcdc83f3fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)