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 | 闌ケ荳亥鋸 | 111010001000110010111001111001001011100010001000111001011000101110011000 | e88cb9e4b888e58b98 |
EUC-JP | 闌ケ荳亥鋸 | 11101111111011001000111010111001111010001011101010110000111001111011010111111000 | efec8eb9e8bab0e7b5f8 |
UTF-8 | 闌ケ荳亥鋸 | 111010011001011110001100111011111011110110111001111010001000110110110011111001001011101010100101111010011000101110111000 | e9978cefbdb9e88db3e4baa5e98bb8 |
UHC | ??荳亥鋸 | 0011111100111111110101001110010111111010101001001100101111101010 | 3f3fd4e5faa4cbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)