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 | 踝ー貅キ莠 | 1110011011110100101100001110011010111010101101111110010010111010 | e6f4b0e6bab7e4ba |
EUC-JP | 踝ー貅キ莠 | 11101100111101101000111010110000111011001011110010001110101101111110100010111100 | ecf68eb0ecbc8eb7e8bc |
UTF-8 | 踝ー貅キ莠 | 111010001011100010011101111011111011110110110000111010001011001010000101111011111011110110110111111010001000111010100000 | e8b89defbdb0e8b285efbdb7e88ea0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)