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 | 竪谷叩他 | 1001001001000111100100100100101010010010010000001001000110111100 | 9247924a924091bc |
EUC-JP | 竪谷叩他 | 1100001110101000110000111010101111000011101000011100001010111110 | c3a8c3abc3a1c2be |
UTF-8 | 竪谷叩他 | 111001111010101110101010111010001011000010110111111001011000111110101001111001001011101110010110 | e7abaae8b0b7e58fa9e4bb96 |
UHC | 竪谷叩他 | 1110001010110101110011011101101111001101101100001111011011100010 | e2b5cddbcdb0f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)