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 | 唯?型 | 1001011101000010001111111000110001011110 | 97423f8c5e |
EUC-JP | 唯?型 | 1100110110100011001111111011011110111111 | cda33fb7bf |
UTF-8 | 唯뤇型 | 111001011001010010101111111010111010010010000111111001011001111010001011 | e594afeba487e59e8b |
UHC | 唯뤇型 | 111010101110011010001111101101111111101011111110 | eae68fb7fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)