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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 聿チノd | 1110001111100100110000011100100101100100 | e3e4c1c964 |
EUC-JP | 聿チノd | 11100110111001101000111011000001100011101100100101100100 | e6e68ec18ec964 |
UTF-8 | 聿チノd | 11101000100000011011111111101111101111101000000111101111101111101000100101100100 | e881bfefbe81efbe8964 |
UHC | 聿??d | 1110101111010011001111110011111101100100 | ebd33f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)