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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帥余加帥 | 1001000010000011100101110101110110001001110000011001000010000011 | 9083975d89c19083 |
EUC-JP | 帥余加帥 | 1011111111100011110011011011111010110010110000111011111111100011 | bfe3cdbeb2c3bfe3 |
UTF-8 | 帥余加帥 | 111001011011100010100101111001001011110110011001111001011000101010100000111001011011100010100101 | e5b8a5e4bd99e58aa0e5b8a5 |
UHC | 帥余加帥 | 1110000111111101111001011111100111001010101001011110000111111101 | e1fde5f9caa5e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)