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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 薔牙升v | 11100101010010111000100111100101100011111010000101110110 | e54b89e58fa176 |
EUC-JP | 薔牙升v | 11101001101011001011001011100111101111101010001101110110 | e9acb2e7bea376 |
UTF-8 | 薔牙升v | 11101000100101101001010011100111100010011001100111100101100011011000011101110110 | e89694e78999e58d8776 |
UHC | 薔牙升v | 11101101111110011110010010110011111000111010111001110110 | edf9e4b3e3ae76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)