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 | 豺カ雋ュ霑 | 1110011010110111101101101110100010110010101011011110100010111111 | e6b7b6e8b2ade8bf |
EUC-JP | 豺カ雋ュ霑 | 11101100101110011000111010110110111100001011010010001110101011011111000011000001 | ecb98eb6f0b48eadf0c1 |
UTF-8 | 豺カ雋ュ霑 | 111010001011000110111010111011111011110110110110111010011001101110001011111011111011110110101101111010011001110010010001 | e8b1baefbdb6e99b8befbdade99c91 |
UHC | 豺?雋?霑 | 1110001111001111001111111111000111100110001111111110111111000101 | e3cf3ff1e63fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)