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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闌ケ荳翫∞ | 111010001000110010111001111001001011100010001010111000111000000110000111 | e88cb9e4b88ae38187 |
EUC-JP | 闌ケ荳翫∞ | 11101111111011001000111010111001111010001011101010110100111001011010000111100111 | efec8eb9e8bab4e5a1e7 |
UTF-8 | 闌ケ荳翫∞ | 111010011001011110001100111011111011110110111001111010001000110110110011111001111011111110101011111000101000100010011110 | e9978cefbdb9e88db3e7bfabe2889e |
UHC | ??荳翫∞ | 0011111100111111110101001110010111101000110100011010000111000100 | 3f3fd4e5e8d1a1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)