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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聿チッ | 11100011111001001100000110101111 | e3e4c1af |
EUC-JP | 聿チッ | 111001101110011010001110110000011000111010101111 | e6e68ec18eaf |
UTF-8 | 聿チッ | 111010001000000110111111111011111011111010000001111011111011110110101111 | e881bfefbe81efbdaf |
UHC | 聿?? | 11101011110100110011111100111111 | ebd33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)