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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 唯?唯?^ | 10010111010000100011111110010111010000100011111101011110 | 97423f97423f5e |
EUC-JP | 唯?唯?^ | 11001101101000110011111111001101101000110011111101011110 | cda33fcda33f5e |
UTF-8 | 唯딕唯듸^ | 11100101100101001010111111101011100101001001010111100101100101001010111111101011100100111011100001011110 | e594afeb9495e594afeb93b85e |
UHC | 唯딕唯듸^ | 111010101110011010110101111100011110101011100110101101011110111101011110 | eae6b5f1eae6b5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)