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 | 猷??巡?6 | 100101110101000100111111001111111000111110000100001111111000001001010101 | 97513f3f8f843f8255 |
EUC-JP | 猷??巡?6 | 110011011011001000111111001111111011110111100100001111111010001110110110 | cdb23f3fbde43fa3b6 |
UTF-8 | 猷뜹퓣巡볥6 | 111001111000110010110111111010111001110010111001111011011001001110100011111001011011011110100001111010111011001110100101111011111011110010010110 | e78cb7eb9cb9ed93a3e5b7a1ebb3a5efbc96 |
UHC | 猷뜹퓣巡볥6 | 111010111010001110110110111001011011111110001100111000101101111010010011111010111010001110110110 | eba3b6e5bf8ce2de93eba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)