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 | 騾鷹洌 | 111010011000000010010001111010011001111110101110 | e98091e99fae |
EUC-JP | 騾鷹洌 | 111100011110000011000010111010111101111010110000 | f1e0c2ebdeb0 |
UTF-8 | 騾鷹洌 | 111010011010100010111110111010011011011110111001111001101011010010001100 | e9a8bee9b7b9e6b48c |
UHC | ?鷹洌 | 0011111111101011111011011101011010101100 | 3febedd6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)