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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鱧ι | 11101001111001011000001111000111 | e9e583c7 |
EUC-JP | 鱧ι | 11110010111001111010011011001001 | f2e7a6c9 |
UTF-8 | 鱧ι | 1110100110110001101001111100111010111001 | e9b1a7ceb9 |
UHC | ?ι | 001111111010010111101001 | 3fa5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)