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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜??鳶 | 100101110110101000111111001111111001001111001110 | 976a3f3f93ce |
EUC-JP | 曜??鳶 | 110011011100101100111111001111111100011011010000 | cdcb3f3fc6d0 |
UTF-8 | 曜깁렉鳶 | 111001101001101110011100111010101011100110000001111010111010000010001001111010011011001110110110 | e69b9ceab981eba089e9b3b6 |
UHC | 曜깁렉鳶 | 1110100011111000101100011110100110110111101110101110011011101001 | e8f8b1e9b7bae6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)